Skip to content

Instantly share code, notes, and snippets.

@mezerotm
Created May 19, 2018 23:13
Show Gist options
  • Save mezerotm/7f13d1f62917491be8658acd0229d0c9 to your computer and use it in GitHub Desktop.
Save mezerotm/7f13d1f62917491be8658acd0229d0c9 to your computer and use it in GitHub Desktop.
Modern javascript 'for of' loop
for (let [innerKey, innerValue] of Object.entries(value)) {
}
@mezerotm
Copy link
Author

The parameter value is where you would put your javascript object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment