Is the null vs undefined debate actually settled now?
Some style guides say 'never use null', others say undefined is a bug-prone default. With optional chaining and nullish coalescing everywhere, does it still matter which one you use for missing values?
29
0 comments