Back to Comparison
ge
Test greater-than-or-equal.
Syntax
ge(a, b) → true if a >= b
Backends
TypeScript
Description
Test greater-than-or-equal.
Parameters
| Name | Description |
|---|---|
| a | Left operand |
| b | Right operand |
Returns
true if a >= b