What is the difference between arguments and parameters in
2 Parameters are properties of a function. Arguments are properties of a particular call to a function. In javascript, if you don''t give a number of arguments equal to the number of parameters,