Comparison with the Equality Operator, freeCodeCamp Basic Javascript VIDEO
In this challenge we are going over the equality operator. There are different ways to compare values in javascript. When we compare values we can have our code make decisions based on those results, this is a powerful way to check our code and decide what our code should do next. Equality is checked with two equal signs '=='. This is different that our assignment operator which is just one equal sign '='. One equal sign simply assigns the value on the right to the variable on the left. When we want to check whether or not values are equal, we use double equal signs.
Other Videos By We Will Code 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 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
Tags: freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript conditionals
javascript bool