how to do something in javascript if the condition is false code example Example: javascript if elseif if (condition) { } else if (other_condition) { } else { }