Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Created January 26, 2019 13:04
Show Gist options
  • Save gmelodie/ee2b7bd929f4c606aa371275460eccea to your computer and use it in GitHub Desktop.
Save gmelodie/ee2b7bd929f4c606aa371275460eccea to your computer and use it in GitHub Desktop.
Javascript hello world usign alert
<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