Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Last active September 25, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freshcutdevelopment/3f03741c445f6560879d7d60513c529a to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/3f03741c445f6560879d7d60513c529a to your computer and use it in GitHub Desktop.
let completedItems = todoItems.filter(item => item.is_complete);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment