Skip to content

Instantly share code, notes, and snippets.

View FernandoMSoares's full-sized avatar

FernandoMSoares

View GitHub Profile
@FernandoMSoares
FernandoMSoares / truthy-falsy.md
Created October 23, 2019 19:09 — forked from sophiabrandt/truthy-falsy.md
Truthy and Falsy Values in JavaScript, Python and Clojure/ClojureScript
JavaScript Python 3 Clojure/ClojureScript
Falsy false False false
null None nil
NaN
undefined
0 (zero) 0
0.0 0.0
"" (empty string) "" (empty string)
[] (empty list)