Skip to content

Instantly share code, notes, and snippets.

@ChrisWhealy
Created April 28, 2016 15:48
Show Gist options
  • Save ChrisWhealy/12042701c3f4eb0c1df20745c0e51122 to your computer and use it in GitHub Desktop.
Save ChrisWhealy/12042701c3f4eb0c1df20745c0e51122 to your computer and use it in GitHub Desktop.
Mindshift: Part 3, sample 4
// Find the good ones...
var good_kids = kids.filter(k => !k.isNaughty).length;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment