To check if a number is less than another number, we use the less-than operator, <.
<
console.log(1 < 90);