-
-
Save Funi1234/3314421 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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