Skip to content

Instantly share code, notes, and snippets.

@blackfry
Created May 19, 2016 04:20
Show Gist options
  • Save blackfry/83c6dd53dc5f57fe6da3119a9993e15b to your computer and use it in GitHub Desktop.
Save blackfry/83c6dd53dc5f57fe6da3119a9993e15b to your computer and use it in GitHub Desktop.
// would like to remove the last object with duplicate value 'bob'
let objects = [{author: 'bob'}, {author: 'shazza'}, {author: 'softy mc dad bod'}, {author: 'cap'}, {author: 'bob'} ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment