javascript Array concat( )

Returns an array that combines the current array object with one or more array objects (or other values) specified as the method parameter(s):

javascript Array prototype

This is a property of the static Array object. Use the prototype property to assign new properties and methods to future instances of arrays cre

javascript Array length

Provides a count of the number of numerically-indexed entries stored in the array. If the constructor function used to create the array specified a

javascript Array constructor

This is a reference to the function that created the instance of an Array objectthe native Array( ) constructor function in browsers.

javascript Array Description

An array is an ordered collection of one or more pieces of data. JavaScript array entries may be of any data type, and you can mix different data ty

javascript arguments length

Returns the number of arguments passed to the function in its current invocation. The number is not influenced by the number of parameter variables

javascript arguments callee

Provides a reference to the function that created the arguments object. This property provides the essential reference to the current function, wh

javascript arguments Description

Every functionwhile it is executinghas an arguments object, which is accessible as a property of the function. The object is created automatically

javascript areas urns( )

The urns() method of areas is described in chapter: javascript all urns( )

javascript areas tags( )

Returns a collection of area objects (among all objects nested within the current collection) with tags that match the tagName parameter.

javascript areas namedItem( )

Returns a single area object or collection of area objects corresponding to the element matching the parameter string value.

javascript areas item( )

Returns a single area object or collection of area objects corresponding to the element matching the index value (or, optionally in IE, the ind

javascript areas length

Returns the number of elements in the collection of areas.

javascript areas Description

A collection of all area elements associated with a map element. Notice that individual items of an areas collection are also members of the

javascript AREA target

This is the name of the window or frame that is to receive content as the result of navigating to an area link. Such names are assigned