Skip to content

Instantly share code, notes, and snippets.

@notgosu
Last active June 20, 2017 11:53
Show Gist options
  • Save notgosu/96b29d4f641da6c4fa739e30a0fca2e1 to your computer and use it in GitHub Desktop.
Save notgosu/96b29d4f641da6c4fa739e30a0fca2e1 to your computer and use it in GitHub Desktop.
<script language="javascript" type="text/javascript">
for (var i=0; i <= 3; i++) {
msg = (i == 2) ? "Happy Birthday dear Ann!" : "Happy Birthday to You!" ;
alert(msg);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment