Basic Javascript (59/111) | Comparison with the Strict Equality Operator | freeCodeCamp
Full playlist 👉 • Basic JavaScript (1/111) | Comment Yo...
The strict inequality operator (!==) is the logical opposite of the strict equality operator. It means ""Strictly Not Equal"" and returns false where strict equality would return true and vice versa. Strict inequality will not convert data types.
Examples
3 !== 3 // false
3 !== '3' // true
4 !== 3 // true"
https://www.freecodecamp.org/learn/ja...
Watch video Basic Javascript (59/111) | Comparison with the Strict Equality Operator | freeCodeCamp online, duration hours minute second in high quality that is uploaded to the channel Stral Tech 28 September 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 257 times and liked it 3 visitors.