Using multiple parameter with function part 4

Multiple Parameters



After defining the function, you can call it as many times as needed. 
JavaScript functions do not check the number of arguments received.
If a function is called with missing arguments (fewer than declared), the missing values are set to undefined, which indicates that a variable has not been assigned a value.

Comments

Popular posts from this blog

Introducing object part 3

Comparison Operators part 2

Module 2