JavaScript: Truthy vs Falsy
A Falsy value is a value that is considered false when encountered in a boolean context.
The following table provides a complete list of Javascript falsy values:
ValueDescription
falsekeyword false
0number 0, 0.0, 0*0, 0*n
-0number -0, -0.0,...
akashrj.hashnode.dev1 min read