Skip to content

Instantly share code, notes, and snippets.

@ChrisWhealy
Created April 28, 2016 15:50
Show Gist options
  • Save ChrisWhealy/5c08df833d4c2e71786b349b5ec1eeb7 to your computer and use it in GitHub Desktop.
Save ChrisWhealy/5c08df833d4c2e71786b349b5ec1eeb7 to your computer and use it in GitHub Desktop.
Mindshift: Part 3, sample 7
var naughty_kids = kids.reduce((acc,k) => acc + k.isNaughty,0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment