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
I like them the first syntax for the switch statement, but perhaps the : syntax could be for single liners
Given that we can do let variable = if {} it also would make sense to have let variable = switch {}
with either of these syntaxes:
or
The text was updated successfully, but these errors were encountered: