JavaScript
if
if executes when the condition is true.
Syntax
if (condition) {
code
}
if executes when the condition is true.
if (condition) {
code
}