#js
Read more stories on Hashnode
Articles with this tag
You can remove all βfalsyβ values from an Array by filtering for Boolean. const fruits = [ 'Apple', null, 'PineApple', undefined, ...