Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 25, 2016 15:19
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/b2b52c5c87a531cffae1849756dadf3d to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/b2b52c5c87a531cffae1849756dadf3d to your computer and use it in GitHub Desktop.
let itemTagCount = todoItems.map(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