Skip to content

Instantly share code, notes, and snippets.

@mreigen
Created March 30, 2020 07:51
Show Gist options
  • Save mreigen/82f09328360faa2277eda1db89816b5f to your computer and use it in GitHub Desktop.
Save mreigen/82f09328360faa2277eda1db89816b5f to your computer and use it in GitHub Desktop.
const key1 = "make";
const key2 = "model;
const newObj = {
year: 2020,
[key1]: "toyota"
[key2]: "prius"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment