FUNCTION AND PARAMETERS IN JAVASCRIPT
For take this concept about function and parameter, remember:
Function: encapsulation line of code for re-use.
The different between parameters and arguments, is that the parameters are create whit the function, and give arguments whit declaration the function.
No comments:
Post a Comment