Skip to content

Commit 9ba1537

Browse files
authored
Merge pull request #2 from hexbreak/patch-1
Update README.md
2 parents 5b073dc + 9fb4066 commit 9ba1537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-add-listener-with-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Sometimes we need to add event listeners DURING RUNTIME.
55
The best way to do that is using the addEventListener function on any DOM element that we want to start listening to.
66

77
## 📝 Instructions:
8-
Right now this code is listening for the load and it prompts an alert when the website finishes loading. Write the necessary code to alert "wuju" whenever the green button is clicked.
8+
Right now this code is listening for the load and it prompts an alert when the website finishes loading. Write the necessary code to alert "woohoo!" whenever the green button is clicked.
99

1010
## 💡 HINT
1111
Here is the documentation for addEventListener: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

0 commit comments

Comments
 (0)