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
switch is not a function, it is a statement, so it should have the space before the paren to make this clear. Also, practically every example I could find, outside of this instance, shows the space in front of the paren.
https://github.com/rwaldron/idiomatic.js#misc
Should it be written
switch (
instead of the currentswitch(
?The text was updated successfully, but these errors were encountered: