how to check 3 all the if and else condition in js code example Example: javascript if elseif if (condition) { } else if (other_condition) { } else { }