< (Less Than Operator)
Description: Checks if the first value is less than the second.
Example
let isLess = 3 < 5 // isLess = true
isLess = 3 < 5 // isLess = true
Description: Checks if the first value is less than the second.
let isLess = 3 < 5 // isLess = true
isLess = 3 < 5 // isLess = true