top | item 43584305

(no title)

jeeyoungk | 11 months 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.

discuss

order

No comments yet.