lt
Summary
Functional equivalent of a < b.
Tip
This is an operator function.
Examples
Keep numbers lower than 5:
1 2 | |
Parameters
| Name | Type | Description |
|---|---|---|
| a | number |
|
| b | number |
Return
boolean
Summary
Functional equivalent of a < b.
Tip
This is an operator function.
Keep numbers lower than 5:
1 2 | |
| Name | Type | Description |
|---|---|---|
| a | number |
|
| b | number |
boolean