IF
if executes when a condition is true.
SYNTAX
if (condition) {
code
}
if executes when a condition is true.
if (condition) {
code
}