Skip to content

Commit c9d4aa7

Browse files
authored
Update howdy.html
1 parent 09e494c commit c9d4aa7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chapter1/howdy.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
<title>Howdy</title>
66
</head>
77
<body>
8-
</body>
98
<script>
109
message = "Howdy" + " " + "partner";
1110
console.log(message);
1211
</script>
13-
</body>
12+
</body>
1413
</html>

0 commit comments

Comments
 (0)