Last Updated: February 25, 2016
·
402
· Constellation

== null

Because of Abstract Equality Comparison Algorithm, step 1-a, 1-b, 2, 3

val === undefined || val === null

completely equals to

val == null