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