#truthy-and-falsy-values-in-javascript
Read more stories on Hashnode
Articles with this tag
Understanding Truthy and Falsy Values in JavaScript JavaScript associates every value with a Boolean state: true (truthy) or false (falsy). These...