#truthy-values
Read more stories on Hashnode
Articles with this tag
In JavaScript, There are 6 falsy values and these are - 0(Zero), ' ' (Empty String), Undefined, Null, NAN, and False. Falsy values are not exactly...