Use Conditional Logic with If Statements, freeCodeCamp Basic Javascript VIDEO
In this challenge we further explore conditional logic and conditional statements in javascript. Javascript conditionals use booleans to check wheter or not something is true or false. When a statement is true, it runs the code within the following curly braces, but if the condition is false, it skips over the code in the curly braces and keeps going. Conditionals and booleans are a powerful tool to give users choices in a program.
Other Videos By We Will Code 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 2017-03-18 Comparison with the Greater Than Operator, freeCodeCamp Basic Javascript 2017-03-18 Comparison with the Strict Inequality Operator, freeCodeCamp Basic Javascript 2017-03-18 Comparison with the Inequality Operator, freeCodeCamp Basic Javascript 2017-03-18 Comparison with the Strict Equality Operator, freeCodeCamp Basic Javascript 2017-03-17 Comparison with the Equality Operator, freeCodeCamp Basic Javascript 2017-03-17 Use Conditional Logic with If Statements, freeCodeCamp Basic Javascript 2017-03-16 Understanding Boolean Values, freeCodeCamp Basic Javascript 2017-03-16 Stand in Line, freeCodeCamp Basic Javascript 2017-03-16 Assignment with a Returned Value, freeCodeCamp Basic Javascript 2017-03-16 Return a Value from a Function with Return, freeCodeCamp Basic Javascript 2017-03-16 Global vs Local Scope in Functions, freeCodeCamp Basic Javascript 2017-03-16 Local Scope and Functions, freeCodeCamp Basic Javascript 2017-03-14 Global Scope and Function, freeCodeCamp Basic Javascript 2017-03-14 Passing Values to Functions with Arguments, freeCodeCamp Basic Javascript 2017-03-14 Write Reusable Javascript with Function, freeCodeCamp Basic Javascript 2017-03-14 Shopping List, freeCodeCamp Basic Javascript
Tags: freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript conditionals
javascript bool