Skip to content

Instantly share code, notes, and snippets.

@mh108

mh108/ch1-0.html Secret

Last active September 25, 2015 23:38
Show Gist options
  • Save mh108/398b269638fbc148bdfb to your computer and use it in GitHub Desktop.
Save mh108/398b269638fbc148bdfb to your computer and use it in GitHub Desktop.
First example from Ch. 1 JumpStart JavaScript
<!DOCTYPE html>
<html>
<head>
<title>1.0 JSNN</title>
<script>
alert("Hello, world!");
</script>
</head>
<body>
<h2>Ch. 1.0, JSNN</h2>
<p>Example of JavaScript contained in the web page.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment