lte
Summary
Functional equivalent of a <= b
.
Tip
This is an operator function.
Examples
Keep numbers lower than or equal to 3
:
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 or equal to 3
:
1 2 |
|
Name | Type | Description |
---|---|---|
a | number |
|
b | number |
boolean