Skip to content

Instantly share code, notes, and snippets.

@mpuz
Created March 17, 2020 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpuz/89fbf5dd45159d5daa3abf74cc259eef to your computer and use it in GitHub Desktop.
Save mpuz/89fbf5dd45159d5daa3abf74cc259eef to your computer and use it in GitHub Desktop.
es6 for in of usage
The for–in loop is for looping over object properties.
The for–of loop is for looping over data—like the values in an array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment