freeCodeCamps Switch Statements Practice, Javascript Switch Statement Practice (12) VIDEO
In this lesson from freeCodeCamp's Basic Javascript section we dive into JS switch statements. A switch statment is similar to an if else statement. It is not as powerful, but can make our code easier to read then having many else if conditions. We learn the using a break statement is important or else the code will keep running in the switch statement. We also learn that their is a default statement which is similar to the final else statement in an if else conditional statement.
Other Videos By We Will Code 2019-07-26 freeCodeCamp, Make Screen Reader Navigation Easier with the nav Landmark, Accessible Web Apps 2019 2019-07-26 freeCodeCamp, Make Screen Reader Navigation Easier with the header Landmark, Make an Accessible Site 2019-07-25 freeCodeCamp's Wrap Content in the article Element, Accessibility Challenges 2019-07-24 freeCodeCamp's Jump Straight to the Content Using the main Element, Web App Accessibility 2019-07-24 freeCodeCamp's Use Headings to Show Hierarchical Relationships of Content, Learn Accessibility 2019-07-24 freeCodeCamp's Applied Accessibility, Know When Alt Text Should Be Left Blank, Accessible Web Apps 2019-07-23 freeCodeCamp's Add Text Alternative to Images for Visually Impaired Accessibility 2019-07-23 freeCodeCamp's Introduction to the Accessibility Challenge 2019-07-19 Jordan Peterson on the Founding Fathers views of Utopia 2019-07-18 What would Jordan Peterson ask Vladimir Putin about his beliefs? 2019-01-26 freeCodeCamps Switch Statements Practice, Javascript Switch Statement Practice (12) 2018-11-16 freeCodeCamp's Introducing Else and Else If Statements, Chaining If Else If Statements (11) 2018-11-15 freeCodeCamp's Greater Than, Less Than, AND and Or Operators, Basic Javascript (10) 2018-11-14 freeCodeCamp's Array Method Practice, Equality and Strict Equality in Javascript (9) 2018-11-13 freeCodeCamp's Global Scope and Functions, Understanding Local & Global Variables In JS (8) 2018-11-12 freeCodeCamp, More Array Methods, JS Function Declarations & Parameters (7) 2018-11-09 freeCodeCamp's Intro To Javascript, Understanding Arrays & Multi-Dimensional Arrays (6) 2018-11-08 freeCodeCamp's Using Bracket Notation on Strings, Mad Libs, Intro to Javascript (5) 2018-11-03 freeCodeCamp's Javascript Introduction, Escape Sequences, Concatenation. String Length (4) 2018-11-02 freeCodeCamp's Intro to Javascript, Compound Assignment & String Literals (3) 2018-10-31 freeCodeCamp's Make an Image Responsive,Web Design Principles
Tags: javascript tutorials
js switch statements
learn javascript switch
js switch statement