case
switch
break
return
If a case clause does not end with break or return, its execution can unintentionally fall through the next case.