arguments[] (Collection)

A property that is available inside a function to access its Arguments object.

Availability:

ECMAScript edition - 2
JavaScript - 1.1
JScript - 5.5
Internet Explorer - 5.5
Netscape - 3.0

This property is only defined within a function body in a web browser. However, some implementations may provide external arguments via this property.

See also:Arguments object, Function arguments, Function.arguments[]

Property attributes:

ReadOnly.