Basic Javascript (62/111) | Comparison with the Strict Inequality Operator | freeCodeCamp

Published: 30 September 2020
on channel: Stral Tech
230
3

Basic Javascript (62/111) | Comparison with the Strict Inequality Operator | freeCodeCamp

Full playlist 👉    • Basic JavaScript (1/111) | Comment Yo...  

The inequality operator (!=) is the opposite of the equality operator. It means ""Not Equal"" and returns false where equality would return true and vice versa. Like the equality operator, the inequality operator will convert data types of values while comparing.

Examples

1 != 2 // true
1 != ""1"" // false
1 != '1' // false
1 != true // false
0 != false // false

https://www.freecodecamp.org/learn/ja...


Watch video Basic Javascript (62/111) | Comparison with the Strict Inequality Operator | freeCodeCamp online without registration, duration hours minute second in high quality. This video was added by user Stral Tech 30 September 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 230 once and liked it 3 people.