JavaScript Arguments Object Function Tutorial
Lesson Code: http://www.developphp.com/video/JavaScript/JavaScript-Arguments-Object-Function-Tutorial
In this exercise we explore the Arguments object in JavaScript. Which enables us to create special functions that can intake an undetermined amount of arguments. All of the functions we write, have an arguments object tied to them that we can access.
source