Created
August 8, 2017 21:10
-
-
Save bluepnume/287bf405da9b53a8783b3a484dab4808 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
for (var i = 0; i <= 3; i++) { | |
if (i !== 2) { | |
print('Happy birthday to you!') | |
} else { | |
print('Happy birthday dear <name>!'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment