March 19 03/19/2018 / Thoughts <script language=”javascript” type=”text/javascript”> for (var i=0; i <= 3; i++) { msg = (i == 2) ? “Thank You For All the Birthday Wishes!” : “You have made my day!” ; alert(msg); } </script>