8.6 — Switch fallthrough and scoping
This lesson continues our exploration of switch statements that we started in the prior lesson . In the prior lesson, we mentioned that each set of statements underneath a label should end in a break statement or a return statement. In this lesson, we’ll explore why, and talk about some …