JavaScript Tutorial #5 Functions, Variables, Parameters, and Arguments

preview_player
Показать описание
Function - created with the word function and give a name afterwards
Variables - Global or local in scope
Parameters - Names listed in function definition - (between the parentheses)
Arguments - Values passed into and recieved by a function. Values take the place of the parameters when passed in.
Рекомендации по теме