Skip to content

Instantly share code, notes, and snippets.

@xavi-tristancho
Created August 22, 2017 09:41
Show Gist options
  • Select an option

  • Save xavi-tristancho/5d823e7f1ff3264323042839c3c3880a to your computer and use it in GitHub Desktop.

Select an option

Save xavi-tristancho/5d823e7f1ff3264323042839c3c3880a to your computer and use it in GitHub Desktop.
const fruit = { name: 'orange', weight: '1000' };
Object.entries(fruit); // [['name', 'orange'],['weight','1000']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment