hello developers..
welcome back, in this video we will learn switch statement in javascript .
switch case in javascript.
what is switch case in javascript
switch statement is used to select one of many blocks of code to be executed
what you'll learn in this video
switch statement
switch statement vs if ..else statement
syntax :
switch(expression){
case value: code;
break;
case value : code;
break;
default: code;
}
if you like my video please,
LIKE SHARE SUBSCRIBE :)