#javascript-truthy-and-falsy
Read more stories on Hashnode
Articles with this tag
In JavaScript, a truthy value is a value that is considered true when encountered in a Boolean context. All values are truthy unless they are defined...