Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created June 15, 2022 12:59
Show Gist options
  • Select an option

  • Save Octagon-simon/62b8e3a11fa15d77040a3d2f55007074 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/62b8e3a11fa15d77040a3d2f55007074 to your computer and use it in GitHub Desktop.
for (let key in profile) {
console.log(key +' = '+ profile[key]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment