JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

Case

By Stephen Chapman, About.com

Definition: The case clause within a switch statement specifies one of the values that the switch statement can evaluate to. If the switch statement evaluates to this particular case value then the statements following the case label will be run. Case is a reserved word and cannot be used for anything other than declaring a case within a switch statement.
Examples: case "house":

Explore JavaScript

About.com Special Features

JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript
  4. Reference
  5. Javascript Glossary - Case

©2009 About.com, a part of The New York Times Company.

All rights reserved.