In this video i will talk about switch in JavaScript.

The switch statement is used to perform different actions based on different conditions.

This is how it works:

   The switch expression is evaluated once.
   The value of the expression is compared with the values of each case.
   If there is a match, the associated block of code is executed.
   If there is no match, the default code block is executed.

#JavaScript 

Mastering JavaScript for Beginner: JavaScript Switch
1 Likes2.15 GEEK