Skip to content

Instantly share code, notes, and snippets.

@evertonthepaula
Created December 18, 2019 20:21
Show Gist options
  • Save evertonthepaula/dd41b70f08f48eff3b10295ba31f6244 to your computer and use it in GitHub Desktop.
Save evertonthepaula/dd41b70f08f48eff3b10295ba31f6244 to your computer and use it in GitHub Desktop.
function tributes(option) {
return {
id: Object.keys(option).join('').trim(),
get name() {
return option[this.id].name
}
}
}
this.tributesByProps.filter(item => (optionsChecked.includes(item[Object.keys(item).join('').trim()].name)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment