Name

Arguments — arguments and other properties of a function

Availability

Core JavaScript 1.1; ECMA-262; only defined within a function body

Synopsis

arguments

Properties

callee

The function that is currently running. JavaScript 1.2; ECMA-262.

caller

The calling context. Navigator 4.

length

The number of arguments passed to a function.

Get Webmaster in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.