Created
January 26, 2019 13:04
-
-
Save gmelodie/ee2b7bd929f4c606aa371275460eccea to your computer and use it in GitHub Desktop.
Javascript hello world usign alert
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
<html> | |
<script type=text/javascript> | |
alert("Hello World!"); | |
</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment