Skip to content

Instantly share code, notes, and snippets.

@bluepnume
Created August 8, 2017 21:10
Show Gist options
  • Save bluepnume/287bf405da9b53a8783b3a484dab4808 to your computer and use it in GitHub Desktop.
Save bluepnume/287bf405da9b53a8783b3a484dab4808 to your computer and use it in GitHub Desktop.
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