Function Declaration vs Function Expression: What’s the Difference?
1- What functions are and why we need them
In JavaScript, a function is a reusable block of code that performs a specific task , takes optional input parameters and can return a value .
Instead of wri
hasan3012.hashnode.dev4 min read