Skip to content

Instantly share code, notes, and snippets.

@yoelmacia
Last active December 14, 2019 11:01
Show Gist options
  • Save yoelmacia/4d10ad5bcca859499467c6f11ae701e0 to your computer and use it in GitHub Desktop.
Save yoelmacia/4d10ad5bcca859499467c6f11ae701e0 to your computer and use it in GitHub Desktop.
function printAlphabet(){
console.log("a");
console.log("b");
console.log("c");
console.log("d");
console.log("e");
}
printAlphabet(); // a b c d e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment