Skip to content

Instantly share code, notes, and snippets.

@BevanR
Created December 5, 2017 20:39
Show Gist options
  • Save BevanR/bcca0cd6c20b7d7bc01b543feb465547 to your computer and use it in GitHub Desktop.
Save BevanR/bcca0cd6c20b7d7bc01b543feb465547 to your computer and use it in GitHub Desktop.
[].every(() => false) === true
[].some(() => true) === false
[] + [] === ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment