Truthy & Falsy values in Javascript

The specific list of “falsy” values in JavaScript is as follows:

All other values that’s not on this “falsy” list is “truthy”. Here are some examples of those:

comments powered by Disqus