25: Switch condition in JavaScript - Learn JavaScript front-end programming

preview_player
Показать описание
Switch condition in JavaScript - Learn JavaScript front-end programming. In this video we will learn about the switch condition in JavaScript. A switch condition is an alternative to the if, else if, and else statements.

--

mmtuts is a YouTube channel that focuses on teaching beginner and advanced courses in various multimedia related skills.
We plan to make tutorials available on programming, video production, animation, graphic design, and on software such as the Adobe Creative Cloud programs.

JavaScript for beginners is a how to series that teaches the JavaScript coding language to people who are just starting out learning programming. The course teaches how JavaScript scripting can be made easy and teaches how to build many features on websites through behavior using JavaScript. Creating behavior on websites with JavaScript is easy and should not be seen as otherwise, which is why we want to explain the language in a easy to understand way for beginners.

If you have suggestions on new courses, or specific lessons within existing courses you would like to see, then feel welcome to submit them in the comment section or in a private message. ALL suggestions will be seen, but not all will be replied to since we get quite a few every day.
Рекомендации по теме
Комментарии
Автор

Learned more from this than 1.5 hours with my teacher. epic man

gabrielandersen
Автор

Oooh you have to add break. Saved me a lot of time thanks man

freddyclarke
Автор

GREAT TUTORIAL VID SIMPLY THE BEST I HOPE YOU DO ALSO PYTHON GOD BLESS MMTUTS

robertelgar
Автор

great video, thank you so much i understand what switch is now. but only when uses numbers and strings, i got stuck trying to use operators such as <= inside the switch statements. if anyone has any idea how to do this please help❤️

chernanigans
Автор

your way is amazing and i i follow all your lessons but what is really missing ( Some exercises after each programme with answers ) so we can feel comfortable once we done!

islamsaad
Автор

I guess the general consensus is use if/else if/else for booleans, and any time there are fewer than 5 conditions. Use switch if there are more than 5 conditions.

barringdev
Автор

I hope you have do while, while loop and for loop

yangzie
Автор

How do you change images using switch case statements??? Can somebody help

raiken
Автор

So if the default runs, it says It is I don't Know :)

benjibeatsboy