Report whether a given value is nullish (null/undefined).
null
undefined
The value whose nullishness is being checked
true if val is either null or undefined
true
val
Report whether a given value is nullish (
null
/undefined
).