Skip to content

Instantly share code, notes, and snippets.

@toxi-kb
Created July 21, 2019 17:24
Show Gist options
  • Select an option

  • Save toxi-kb/d45e5900a56403973d036c974c5a0bde to your computer and use it in GitHub Desktop.

Select an option

Save toxi-kb/d45e5900a56403973d036c974c5a0bde to your computer and use it in GitHub Desktop.
const arr = [ ['key', 'value'], ['x', 500] ];
const obj = Object.fromEntries(arr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment