Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created February 8, 2018 06:26
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 goofmint/482d5f99ae36a7ee30d537f3304cfb72 to your computer and use it in GitHub Desktop.
Save goofmint/482d5f99ae36a7ee30d537f3304cfb72 to your computer and use it in GitHub Desktop.
for (let v of g) {
console.log(v);
-> 4、5、6が順番に出力されます
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment