Created
July 17, 2019 04:17
-
-
Save deleteman/3535d6fd76c92d9a6e07c43623d15874 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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