Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created March 5, 2018 17:02
Show Gist options
  • Save isacjunior/f22cb5547a7883234e534064f05584a9 to your computer and use it in GitHub Desktop.
Save isacjunior/f22cb5547a7883234e534064f05584a9 to your computer and use it in GitHub Desktop.
const propertyWithObject = (prop, value) => ({
[prop]: value,
[`${prop}-string`]: `${value}-string`
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment