Skip to content

Instantly share code, notes, and snippets.

@cianclarke
Created August 10, 2012 13:53
Show Gist options
  • Save cianclarke/3314346 to your computer and use it in GitHub Desktop.
Save cianclarke/3314346 to your computer and use it in GitHub Desktop.
var neverGonna = ["give you up", "let you down", "run around and desert you", "make you cry", "say goodbye", "tell a lie and hurt you"];
for (var i=0; i<neverGonna.length; i++){
console.log("Never gonna " + neverGonna[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment