> (Greater Than Operator)
Description: Checks if the first value is greater than the second.
Example
let isGreater = 7 > 3 // isGreater = true
isGreater = 7 > 3 // isGreater = true
Description: Checks if the first value is greater than the second.
let isGreater = 7 > 3 // isGreater = true
isGreater = 7 > 3 // isGreater = true