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