Conditional Logic

If statement
if (condition) {
  // write code here to do something if the condition is true
}
Comparison Operators
== equal to
!= not equal to
> greater than
< less than
>= greater than or equal to
<= less than or equal to