Comment by jeeyoungk
15 hours ago
yes `== null` is quite convenient for the null or undefined check.
In general, the whole `==` versus `===` is a silly argument in a typescript codebase, because if you know the types of the arguments, `==` behaves predictably.
No comments yet
Contribute on Hacker News ↗