javascript tutorials for beginners | Switch statement in javascript

Опубликовано: 01 Январь 1970
на канале: Sathelli Srikanth
11
0

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 :)