Comparisons aren't only about greater than and less than, of course. Let's check if two values are equal or not equal!

Nice job! When we want to compare two expressions for equality, we use ==.

Psst: Don't get mixed up with = which is used for assigning values to variables!

Let's talk about bitwise shift operators later, okay? They're really tricky, you know.