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 {
// 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:
button.addEventListener('click', handleClick)
// here we ask the button to call our `handleClick` function
// on the 'click' event, so every time it's clicked
};
```
**`Prompt Examples:`**

Loading…
Cancel
Save