When you want to normalize away null | undefined, or deal with either type through a consistent interface.
null
undefined
When you want to normalize away
null|undefined, or deal with either type through a consistent interface.