Skip to content

Instantly share code, notes, and snippets.

@tomfordweb
Created April 16, 2019 12:41
Show Gist options
  • Save tomfordweb/4c5f980fb4b5b3f7871b50f8d14c87d1 to your computer and use it in GitHub Desktop.
Save tomfordweb/4c5f980fb4b5b3f7871b50f8d14c87d1 to your computer and use it in GitHub Desktop.
JS Helpful Array Functions
// convert object of objects to array of objects
const arr = Object.keys(obj).map(i => obj[i])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment