The JavaScript Arguments Object

arguments is an Array-like object accessible inside functions that contains the values of the arguments passed to that function. Read more

Similar