write js code to print good day using if else condition code example Example: javascript if elseif if (condition) { } else if (other_condition) { } else { }