We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a5d8f commit 865760dCopy full SHA for 865760d
lesson_18/webserver/public/script.js
@@ -1,7 +1,7 @@
1
(() => {
2
document.addEventListener("DOMContentLoaded", function () {
3
printWelcomeMessage();
4
- listenForSearchButtonClick();
+ // listenForSearchButtonClick();
5
});
6
7
/**
0 commit comments