Skip to content

Instantly share code, notes, and snippets.

@Funi1234
Forked from cianclarke/gist:3314346
Created August 10, 2012 14:03
Show Gist options
  • Save Funi1234/3314421 to your computer and use it in GitHub Desktop.
Save Funi1234/3314421 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