Skip to content

Instantly share code, notes, and snippets.

@xavi-tristancho
Last active August 22, 2017 09:40
Show Gist options
  • Select an option

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

Select an option

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