>= (Greater 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

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

Refer to:

Greater than or equal to (>=)

Cross-references:

ECMA 262 edition 2 - section - 11.8.4

ECMA 262 edition 3 - section - 11.8.4