Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created July 17, 2019 04:17
Show Gist options
  • Save deleteman/3535d6fd76c92d9a6e07c43623d15874 to your computer and use it in GitHub Desktop.
Save deleteman/3535d6fd76c92d9a6e07c43623d15874 to your computer and use it in GitHub Desktop.
for(let char of "Hello World!") {
console.log(char)
}
/*
H
e
l
l
o
W
o
r
l
d
!
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment