Optional
Value to validate.
isFalsy
In JavaScript, there are six falsy values: false, 0, '', null, undefined, and NaN. Everything else is truthy.
false
0
''
null
undefined
NaN
0.2.3
Value to validate.