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
typefoo='hey'|'nay';letvalue : foo='hey';switch(value){case'hey': doThis();break;case'nay': doThat();break;default: void;// <-- syntax TBD that indicates: 1. no other than known options are allowed 2. all known options must be considered}