Skip to content

Instantly share code, notes, and snippets.

View Funi1234's full-sized avatar
🎯
Focusing

Dylan Conway Funi1234

🎯
Focusing
View GitHub Profile
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]);
}