In this lesson, we will continue to learn about comparison operators. Here, we will focus on less than, greater than, less than or equal to and greater than or equal to.
JavaScript Playlist:
• JavaScript for Beginners
0:00 Thinking about strict inequalities
2:11 Thinking about non-strict inequalities
4:10 Example #1 with comparison Operators
6:03 Example #2 with comparison Operators
7:11 Trying to use the logical not operator "!"
8:34 Type coercion with comparison operators string and number
9:17 Type coercion with comparison operators number and boolean
9:57 Type coercion with comparison operators number and null
10:29 Problems with undefined being converted to NaN
11:18 Looking up Less than on MDN for reference
MDN Less than page:
https://developer.mozilla.org/en-US/d...
MDN:
https://developer.mozilla.org/en-US/d...
NodeJS:
nodejs.org
VS Code:
code.visualstudio.com