| layout | page |
|---|---|
| title | <= (Less Than or Equal Operator) |
| description | Checks if the first value is less than or equal to the second. |
Description: Checks if the first value is less than or equal to the second.
let isLessOrEqual = 5 <= 5 // isLessOrEqual = true