Javascript function
What is a function?
A function, in javascript, represents a block of code that can be executed at any time when the function is called.
The different ways of declaring a function:-
Function declaration.
Function Expression.
Arrow Function.
Nested...
ankush8950.hashnode.dev3 min read