Skip to content

Instantly share code, notes, and snippets.

@dwickstrom
Created September 13, 2016 11:13
Show Gist options
  • Save dwickstrom/52d68a18a0791542589a3a8bf08766c4 to your computer and use it in GitHub Desktop.
Save dwickstrom/52d68a18a0791542589a3a8bf08766c4 to your computer and use it in GitHub Desktop.
;[true, true, false].every(id => id) // false
;[true, true, true].reduce((x, y) => x && y) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment