Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Azerothian/24542fe2e6bc891ca409347c0e36689e to your computer and use it in GitHub Desktop.
Save Azerothian/24542fe2e6bc891ca409347c0e36689e to your computer and use it in GitHub Desktop.
function printString(str) { for(let i = 0; i < str.length; i++) {console.log(str[i]);} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment