Skip to content

Commit ddb0054

Browse files
committed
Updated .html to display concat method's output
1 parent 8206c1d commit ddb0054

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Project8_string_methods/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
\
87
<script src="JS/main.js"></script>
98
<title>String Methods - (Steps 156 - 165)</title>
109
</head>
1110
<body>
12-
<p id=""></p>
11+
<p>Step 156 (Concatenate):</p>
12+
<p id="Concatenate"></p>
13+
<button onClick="concatenate()">Click HERE to concatenate a string.</button>
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)