51035-Switch Statement

Опубликовано: 19 Апрель 2016
на канале: OnTargetHTML5
12
0

In this tutorial we will discuss and demonstrate how to use the Switch Statement in JavaScript. The Switch statement is used when there are a group of comparisons that need to be evaluated to a given value. The Switch Statement is used many times in replacement of a large group of ELSE IF Statements.