Description: Checks if the first value is less than the second.
Example #
let isLess = 3 < 5 // isLess = true
Checks if the first value is less than the second.
Description: Checks if the first value is less than the second.
let isLess = 3 < 5 // isLess = true