JavaScript : Functions at a glance
Functions
As we know, functions are nothing but a block of code which executes a particular task and can be reused. However, functions in JavaScript are a tad bit different from functions in the majority of languages.
Default Parameters
Let's conside...
tanishka.hashnode.dev4 min read