Browse Source

Doc(DPxAI): Modify subject for first-wink

pull/2706/head
OUMAIMA FISAOUI 3 months ago committed by Oumaima Fisaoui
parent
commit
38895e7b8f
  1. 7
      subjects/DPxAI/first-wink/README.md

7
subjects/DPxAI/first-wink/README.md

@ -93,13 +93,14 @@ const handleClick = (event) => {
} else { } else {
// If the eye is open, close it and update the button text // If the eye is open, close it and update the button text
} }
// Toggle the 'eye-closed' class on the 'eye-left' div
};
// register the event: // register the event:
button.addEventListener('click', handleClick) button.addEventListener('click', handleClick)
// here we ask the button to call our `handleClick` function // here we ask the button to call our `handleClick` function
// on the 'click' event, so every time it's clicked // on the 'click' event, so every time it's clicked
};
``` ```
**`Prompt Examples:`** **`Prompt Examples:`**

Loading…
Cancel
Save