Skip to content

Instantly share code, notes, and snippets.

@mfandl
Created May 11, 2018 08:25
Show Gist options
  • Save mfandl/4588cde209ef184ab2a64c0bc11d9df6 to your computer and use it in GitHub Desktop.
Save mfandl/4588cde209ef184ab2a64c0bc11d9df6 to your computer and use it in GitHub Desktop.
const obj = {a : 2}
const fn = propName => ({ [propName]: prop }) => prop == 2
console.log(fn('a')(obj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment