Skip to content

Commit 4dbcc2a

Browse files
authored
Update exercise.html
1 parent 5972ec4 commit 4dbcc2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exercises/exercise23/exercise.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--Starting file-->
22
<html>
33
<head>
4-
<title>Professional JavaScript - Lesson 3 - Activity B </title>
4+
<title>Advanced JavaScript - Lesson 3 - Exercise 23 </title>
55
</head>
66
<body>
77
<h1>Shopping List</h1>
@@ -16,4 +16,4 @@ <h1>Shopping List</h1>
1616
/* Code goes here*/
1717
</script>
1818
</body>
19-
</html>
19+
</html>

0 commit comments

Comments
 (0)