<= (Less than or equal to) (Operator/relational)

Compares two operands to determine which is nearer to -Infinity or whether they are equal.

Availability:

ECMAScript edition - 2
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Netscape Enterprise Server- 2.0
Opera - 3.0
Property/method value type:Boolean primitive
JavaScript syntax:-anOperand <= anOperand
Argument list:anOperandAn operand that can be compared for magnitude

See also:Equal to (==), Greater than (>), Greater than or equal to (>=), Identically equal to (===), Less than (<), NOT Equal to (!=), NOT Identically equal to (!==), Relational operator

Refer to:

Less than or equal to (<=)

Cross-references:

ECMA 262 edition 2 - section - 11.8.3

ECMA 262 edition 3 - section - 11.8.3