Function Properties

The following table displays a summary of the function properties. Detailed descriptions of each property follow the table.

PropertyDescription

arguments

An array corresponding to the arguments passed to a function.

arity

Indicates the number of arguments expected by the function.

caller

Specifies which function called the current function.

prototype

Allows the addition of properties to a Function object.