What is arguments object in JavaScript?

Hello,

My name is Semra Beckham, What is arguments object in JavaScript?

Thanks.

Arguments Object are list of arguments, which were passed when invoking the function

The Mozilla developer network has information on the arguments object. https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.