We can also use = as a comparison operator, though.

Whoop! In this context, the = operator compares if age is equal to 24.

Psst: because age = 24 can either be TRUE or FALSE, it's also known as a boolean statement.

Nay! In this context, the = operator compares if age is equal to 24.