+ 15
Switch is used to verify a particular condition between different cases, generally in many programming language is required the "break" keyword for "stop the condition" and skip the other cases.
You can use it for prevent a list of "if/else" and make your code more clean!



