Blog
JavaScript – Equality & Strict Equality of null & undefined
One thing I have been doing for quite a while is using equality to (==) undefined or null to check if something is equal to one of those two values. Unfortunately, if your JS code needs to pass a linter, Read more…