in javascript how do you create a condition code example Example: javascript if elseif if (condition) { } else if (other_condition) { } else { }