function (JavaScript 1.0)

Every function in JavaScript is actually a Function object.

Properties & Events

KeyDescriptionAvailability
arguments An array-like object corresponding to the arguments passed to a function.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera ??
constructorSpecifies the function that creates the Function prototype.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0
lengthSpecifies the number of arguments expected by the function.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0
prototypeCreates an instance of a Function class.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0

Result from the Online TryIt-Editor
chrome 1.0safari 1.0Firefox 1.0ie 3.0opera 4.0

Examples having uses of: 'function'