Skip to content

Instantly share code, notes, and snippets.

@honjo2
Last active October 27, 2021 04:15
Show Gist options
  • Save honjo2/22f72b78d6388927443690f67acafe3c to your computer and use it in GitHub Desktop.
Save honjo2/22f72b78d6388927443690f67acafe3c to your computer and use it in GitHub Desktop.
const arr = ['one', 'two', 'three'];
for (const a of arr) {
console.log(a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment