
Arguments object in Javascript
In Javascript, an Arguments object is a local object that can be accessed inside a function. It is an array-like object which contains the parameters passed to the function. Arguments object act much like an array, in that it can be indexed and iterated