filmov
tv
JavaScript Functions: Parameters and Arguments

Показать описание
In this video you will learn about JavaScript function parameters and arguments. Function parameters are the names listed in the function definition. Function arguments are the real values passed to (and received by) the function.