Expand Minimize
This topic has not yet been rated - Rate this topic

JS1103: Missing 'case' or 'default' statement 

The first line of code inside a switch statement block does not begin with a case or default keyword.

To correct this error

  • Add a case or default keyword after the switch statement.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.