Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50b0586

Browse files
authoredMay 22, 2020
Update index.html
updated SRC in script tags to match file names
1 parent 2f47eb7 commit 50b0586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎challenges/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<title>Sprint Challenge</title>
99

10-
<script src="objects-arrays.js"></script>
11-
<script src="functions.js"></script>
10+
<script src="arrays-callbacks.js"></script>
11+
<script src="closure.js"></script>
1212
<script src="prototypes.js"></script>
1313
<script src="classes.js"></script>
1414
</head>
1515

1616
<body>
1717
<h1>Sprint Challenge - Check your work in the console!</h1>
1818
</body>
19-
</html>
19+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.