To check if a number is greater than another number, we use the greater-than operator, >.
>
console.log(101 > 90);