I just tested and Terser will convert v === null || v === undefined to null==v. Personally I would prefer to read the code that explicitly shows that it is checking for both and let my minifier/optimizer worry about generating compact code.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies: