0
1
llucycodes42
The if () block will only be executed if the code between the curly braces is true. If it's not true, the else block will be executed.
Shortcut: ife
if () {
} else {
}
0
1
llucycodes42
The if () block will only be executed if the code between the curly braces is true. If it's not true, the else block will be executed.
Shortcut: ife
if () {
} else {
}