Combining Case Clauses
You can combine the case clauses in a switch statement together so as to perform exactly the same processing for multiple values.
Tags: combining cases, decision making, javascript
You can combine the case clauses in a switch statement together so as to perform exactly the same processing for multiple values.
Tags: combining cases, decision making, javascript