- "How do I use ``querySelector`` to select an HTML element by its ID?"
- "How do I use `querySelector` to select an HTML element by its ID?"
#### Task 3:
#### Task 3:
@ -76,7 +76,7 @@ This function will make the robot "wink" by toggling the `eye-closed` class on t
- It changes the text content of the button: if the eye is open, write "Click to close the left eye", if the eye is closed, write "Click to open the left eye".
- It changes the text content of the button: if the eye is open, write "Click to close the left eye", if the eye is closed, write "Click to open the left eye".
- It toggles the class eye-closed in the ``classList`` of the eye-left HTML element.
- It toggles the class eye-closed in the `classList` of the eye-left HTML element.
It changes the background color of the eye-left: if the eye is open, to "red", if the eye is closed, to "black"
It changes the background color of the eye-left: if the eye is open, to "red", if the eye is closed, to "black"