Control Flow & Loops

In JavaScript, how can you exit a switch statement without letting code fall through to the next case?
Next Question (8/30)