Comparison with the Inequality Operator, freeCodeCamp Basic Javascript VIDEO
In this challenge we learn about the inequality operator which is basically the opposite of the equality operator. The inequality operator in javascript is denoted with a exclamation point and an equal sign (!=). This checks is values are not equal and if they are not equal it will return true. Usually the inequality operator should be avoided for clarity since you equality operator can be used as well and is less enigmatic.
Other Videos By We Will Code 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 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
Tags: freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript inequality