Skip to content

JavaScript Truth Table

Eric Leung edited this page May 24, 2016 · 5 revisions

JavaScript Truth Table

A table showing which JavaScript arguments are true and false.

This is why you should always use === and !==.

Source: https://dorey.github.io/JavaScript-Equality-Table/

Clone this wiki locally