🏪👄 Checkpoint

./script.js:31317407/31
This commit is contained in:
Glitch (glitch-hello-website)
2023-02-23 22:41:20 +00:00
parent db61c64f32
commit 7435f96a27

View File

@ -9,7 +9,7 @@ console.log("Hello 🌎");
/* /*
Make the "Click me!" button move when the visitor clicks it: Make the "Click me!" button move when the visitor clicks it:
- First add the button to the page by following the "Next steps" in the README - First add the button to the page by following steps in the TODO
*/ */
const btn = document.querySelector("button"); // Get the button from the page const btn = document.querySelector("button"); // Get the button from the page
// Detect clicks on the button // Detect clicks on the button