Multiple Identical Options in Switch Statements, freeCodeCamp Basic Javascript VIDEO
In this lesson we go over multiple identical Javascript Switch Statements. Switch statements in javscript are similar to if, else if statements, but can be more clear and less convoluted as well. They usually require less code as well, and serve very much the same function that if and else if serve but when dealing with multiple identical options a switch statement in javascript will be cleaner and easier to write.
Other Videos By We Will Code 2017-03-22 Add New Properties to a Javascript Object, freeCodeCamp Basic Javascript 2017-03-22 Updating Object Properties, freeCodeCamp Basic Javascript 2017-03-22 Accessing Objects Properties with Variables, freeCodeCamp Basic Javascript 2017-03-22 Accessing Objects Properties with Bracket Notation, freeCodeCamp Basic Javascript 2017-03-22 Accessing Objects Properties with the Dot Operator, freeCodeCamp Basic Javascript 2017-03-22 Build Javascript Objects, freeCodeCamp Basic Javascript 2017-03-22 Counting Cards, freeCodeCamp Basic Javascript 2017-03-21 Return Early Pattern for Functions, freeCodeCamp Basic Javascript 2017-03-21 Returning Boolean Values from Functions, freeCodeCamp Basic Javascript 2017-03-21 Replacing If Else Chains with Switch, freeCodeCamp Basic Javascript 2017-03-21 Multiple Identical Options in Switch Statements, freeCodeCamp Basic Javascript 2017-03-20 Adding a default option in Switch statements, freeCodeCamp Basic Javascript 2017-03-20 Selecting from many options with Switch Statements, freeCodeCamp Basic Javascript 2017-03-20 Golf Code, freeCodeCamp Basic Javascript 2017-03-20 Chaining If Else Statements, freeCodeCamp Basic Javascript 2017-03-20 Logical Order in If Else Statements, freeCodeCamp Basic Javascript 2017-03-20 Introducing Else If Statement, freeCodeCamp Basic Javascript 2017-03-20 Introducing Else Statements, freeCodeCamp Basic Javascript 2017-03-20 Comparison with the Logical Or Operator, freeCodeCamp Basic Javascript 2017-03-20 Comparison with the Logical And Operator, freeCodeCamp Basic Javascript 2017-03-19 Comparison with the Less Than Or Equal To Operator, freeCodeCamp Basic Javascript
Tags: freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript switch statement
javascript