Description: Checks if the first value is greater than the second.
Example #
let isGreater = 7 > 3 // isGreater = true
Checks if the first value is greater than the second.
Description: Checks if the first value is greater than the second.
let isGreater = 7 > 3 // isGreater = true