Use Conditional Logic with If Statements, freeCodeCamp Basic Javascript

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=3Zpe7CwJOf0



Duration: 5:58
4,864 views
0


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-20Comparison with the Logical Or Operator, freeCodeCamp Basic Javascript
2017-03-20Comparison with the Logical And Operator, freeCodeCamp Basic Javascript
2017-03-19Comparison with the Less Than Or Equal To Operator, freeCodeCamp Basic Javascript
2017-03-19Comparison with the Less Than Operator, freeCodeCamp Basic Javascript
2017-03-19Comparison with the Greater Than Or Equal To Operator, freeCodeCamp Basic Javascript
2017-03-18Comparison with the Greater Than Operator, freeCodeCamp Basic Javascript
2017-03-18Comparison with the Strict Inequality Operator, freeCodeCamp Basic Javascript
2017-03-18Comparison with the Inequality Operator, freeCodeCamp Basic Javascript
2017-03-18Comparison with the Strict Equality Operator, freeCodeCamp Basic Javascript
2017-03-17Comparison with the Equality Operator, freeCodeCamp Basic Javascript
2017-03-17Use Conditional Logic with If Statements, freeCodeCamp Basic Javascript
2017-03-16Understanding Boolean Values, freeCodeCamp Basic Javascript
2017-03-16Stand in Line, freeCodeCamp Basic Javascript
2017-03-16Assignment with a Returned Value, freeCodeCamp Basic Javascript
2017-03-16Return a Value from a Function with Return, freeCodeCamp Basic Javascript
2017-03-16Global vs Local Scope in Functions, freeCodeCamp Basic Javascript
2017-03-16Local Scope and Functions, freeCodeCamp Basic Javascript
2017-03-14Global Scope and Function, freeCodeCamp Basic Javascript
2017-03-14Passing Values to Functions with Arguments, freeCodeCamp Basic Javascript
2017-03-14Write Reusable Javascript with Function, freeCodeCamp Basic Javascript
2017-03-14Shopping List, freeCodeCamp Basic Javascript



Tags:
freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript conditionals
javascript bool