Value property (Definition)

A property value of an object.

Availability:

ECMAScript edition - 2
Property/method value type:Depends on value type

A value property returns a generally constant value. Examples are the NaN and Infinity values returned by core objects.

Warnings:

See also:Global object, Infinity, Internal Property, NaN

Cross-references:

ECMA 262 edition 2 - section - 15.1.1

ECMA 262 edition 3 - section - 15.1.1