Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using `!= null` is a bit confusing: it took me a moment to realise that this would also be true if the value is `undefined`, which (I presume) is the value we should test for. Using non-strict equal tests is often discouraged for such reasons.
- Loading branch information