Selecting from many options with Switch Statements, freeCodeCamp Basic Javascript VIDEO
In this challenge we look at javascript switch statements. Switch statements in javscript are similar to if, else if statements. There are certain situations where a switch statement is better and some where if, else if is better, but when possible use a switch statements for clarity sake.
Other Videos By We Will Code 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 2017-03-19 Comparison with the Less Than Operator, freeCodeCamp Basic Javascript 2017-03-19 Comparison with the Greater Than Or Equal To Operator, freeCodeCamp Basic Javascript
Tags: freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript switch statement
javascript