Skip to content

Instantly share code, notes, and snippets.

@jmny
Last active June 14, 2017 16:23
Show Gist options
  • Save jmny/6f43400ad44e8340c741df0dcd23a7c8 to your computer and use it in GitHub Desktop.
Save jmny/6f43400ad44e8340c741df0dcd23a7c8 to your computer and use it in GitHub Desktop.
me@host:~/-$ python
>>> bool([])
False
>>>
me@host:~/-$ nodejs
> !![]
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment