Function Bulding blocks of javascript
Function declaration and function expressions
Function declaration is are one the most straightforward ways to define a function in js they are using a function keyword followed by a name,parameters and a function body.
Hoisting: Function declaration...
deepcss.hashnode.dev1 min read