How can we check if a variable called myNumber equals 15?

myNumber == 15myNumber = 15myNumber && 15

Perfect! We can compare values with the == operator. We use the = sign to assign values to variables.

So close! We can compare values with the == operator. We use the = sign to assign values to variables.