| layout | page |
|---|---|
| title | >= (Greater Than or Equal Operator) |
| description | Checks if the first value is greater than or equal to the second. |
Description: Checks if the first value is greater than or equal to the second.
let isGreaterOrEqual = 5 >= 5 // isGreaterOrEqual = true