Skip to content

Commit 23c53bc

Browse files
committed
making ready for eventListener
1 parent d0b0c9a commit 23c53bc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99
<body>
1010
<!-- adding an extra commit -->
1111
<h1>Hello JavaScript</h1>
12-
<script src="/All Lessons/closure.js"></script>
13-
<script src="/All Lessons/setTimeout.js"></script>
12+
13+
14+
<button id="clickMe" >Click Me!</button>
15+
16+
17+
18+
<!-- Scripts -->
19+
<!-- <script src="/All Lessons/closure.js"></script>
20+
<script src="/All Lessons/setTimeout.js"></script> -->
21+
<script src="/All Lessons/callbackfunc.js"></script>
1422
</body>
1523
</html>

0 commit comments

Comments
 (0)