All about JavaScript Function
Function is a store of steps that you take to perform certain action.
Parameter and Argument
Parameter
Parameter is defined when defining a function .
Parameter are the placeholder.
Argument
The value that pass when you calling a function.
Argum...
upendra.hashnode.dev1 min read