Javascript : The Curious Case of Null >= 0

Javascript : The Curious Case of Null >= 0

Let’s take the first check.

[…]

Let’s walk through this algorithm with our statement - null > 0.

[…]

Going by the table, both our LHS, null, and RHS, 0, don’t undergo any conversion.

[…]