#javascript
Read more stories on Hashnode
Articles with this tag
In JavaScript, functions can be treated like any other variable. So, it can be passed into a function and returned from a function. A callback...
After a function finishes executing, the local variables of the function are no longer available. What if we want to keep the state of the variables...