Truthy and falsy in JavaScript JavaScript Equal Operator == vs === JavaScript Null vs Undefined JavaScript map, filter, reduce and find Let’s go…. Truthy and falsy in JavaScript The purpose of this article is to help me and perhaps yourself differentiate between true, truthy, false, and falsy in JavaScript. The values true and false are booleans. The…