hello world included

pull/73/head
Derrek Gass 5 years ago
parent 6b29a00fed
commit 4bceb6d8d1

@ -0,0 +1 @@
console.log('Hello, World!')

@ -7,5 +7,6 @@
<body>
<button onclick="alert('Welcome to 30DaysOfJavaScript!')">Click Me</button>
<script src="introduction.js"></script>
<script src="helloworld.js"></script>
</body>
</html>
Loading…
Cancel
Save