Skip to content

Commit 9ac3ca0

Browse files
committed
Prepped .html for Step 156 (concat method)
1 parent eb7e8e7 commit 9ac3ca0

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Project8_string_methods/JS/main.js

Whitespace-only changes.

Project8_string_methods/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
\
8+
<script src="JS/main.js"></script>
9+
<title>String Methods - (Steps 156 - 165)</title>
10+
</head>
11+
<body>
12+
<p id=""></p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)