Skip to content

Instantly share code, notes, and snippets.

@toshvelaga
Created October 24, 2021 02:58
Show Gist options
  • Select an option

  • Save toshvelaga/feba96d8790816dba3f54c33bc5f9875 to your computer and use it in GitHub Desktop.

Select an option

Save toshvelaga/feba96d8790816dba3f54c33bc5f9875 to your computer and use it in GitHub Desktop.
let beerEntries = Object.entries(beer)
// console.log(beerEntries)
// [
// ['name', 'Hopadillo'],
// ['ABV', '6.6%'],
// ['price': '$2.00']
// ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment