christophegourmand
4/11/2020 - 11:07 AM

Condition if else

if (condition) {
  instructions;
} else {
  instructions;
}