Skip to content

Instantly share code, notes, and snippets.

@arturictus
Created October 30, 2017 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturictus/bbf776dc7f8ec9697a305d82fb914bd1 to your computer and use it in GitHub Desktop.
Save arturictus/bbf776dc7f8ec9697a305d82fb914bd1 to your computer and use it in GitHub Desktop.
if("hello") "hello";
"hello"
if(0) "hello";
undefined
if('') "hello";
undefined
if(1) "hello";
"hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment