Add initial code listings

This commit is contained in:
Michael Hartl
2022-01-12 14:58:42 -08:00
commit f2ddca9d3c
142 changed files with 1937 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Learn Enough JavaScript</title>
<meta charset="utf-8">
<script src="day.js"></script>
<script>
let now = new Date();
alert(greeting(now));
</script>
</head>
<body>
</body>
</html>