Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 25, 2016 15:18
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/9d51434530260a41ff7fc8dc86c791f2 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/9d51434530260a41ff7fc8dc86c791f2 to your computer and use it in GitHub Desktop.
let itemTagCount = _.map(todoItems, todoItem =>; {
return {id : todoItem.id, numberOfTags : todoItem.Tags.length }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment