You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A switch statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.
About
A switch statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.