Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 2, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/566954593c304ea2149c65cbae3f1d04 to your computer and use it in GitHub Desktop.
Save codecademydev/566954593c304ea2149c65cbae3f1d04 to your computer and use it in GitHub Desktop.
Codecademy export
var languages = ["HTML", "CSS", "JavaScript", "Python", "Ruby"];
for (var i = 0; i < languages.length; i++){
console.log("I would like to learn " + languages[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment