Creates an array with all falsey values removed. The values false, null, 0, "", undefined, and NaN are falsey.
false
null
0
""
undefined
NaN
Contribution to minified bundle size, when it is the only function imported:
Creates an array with all falsey values removed. The values
false
,null
,0
,""
,undefined
, andNaN
are falsey.Contribution to minified bundle size, when it is the only function imported: