Skip to content

Commit 5ecf228

Browse files
committed
added eventListener.js file #5
1 parent 287380e commit 5ecf228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ <h1>Hello JavaScript</h1>
1313

1414
<button id="clickMe" >Click Me!</button>
1515

16-
17-
1816
<!-- Scripts -->
1917
<!-- <script src="/All Lessons/closure.js"></script>
2018
<script src="/All Lessons/setTimeout.js"></script> -->
2119
<!-- <script src="/All Lessons/callbackfunc.js"></script> -->
22-
<script src="/All Lessons/eventListener.js"></script>
20+
<!-- <script src="/All Lessons/eventListener.js"></script> -->
21+
22+
2323
</body>
2424
</html>

0 commit comments

Comments
 (0)