Skip to content

Instantly share code, notes, and snippets.

@Tinusw
Last active March 28, 2018 13:38
Show Gist options
  • Save Tinusw/4a95a4539cb04853e0f23f3afb6e955b to your computer and use it in GitHub Desktop.
Save Tinusw/4a95a4539cb04853e0f23f3afb6e955b to your computer and use it in GitHub Desktop.
returnWeightedLookupByKey = (lookup_table, attribute) => {
return lookup_table.find(x => x.attribute === attribute).weight
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment