Toggle navigation
Mr. Code's Wild Ride
Mr. Code
Curriculum
Showcase
Python
Math
Games
Typing
Sign in
Conditional Logic
light theme
dark theme
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
×
Sign in