Skip to content

Instantly share code, notes, and snippets.

@Paratron
Created October 18, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paratron/8c07e399712ed5e2a4fd42494fbd0d7f to your computer and use it in GitHub Desktop.
Save Paratron/8c07e399712ed5e2a4fd42494fbd0d7f to your computer and use it in GitHub Desktop.
const myObject = ['a', 'b', 'c'].reduce((obj, key) => (obj[key] = key, obj), {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment