Chore(DPxAI): Fix issues in subject and add the prompt example part

This commit is contained in:
oumaimafisaoui 2024-08-21 13:23:56 +01:00 committed by Oumaima Fisaoui
parent 7753fdf999
commit 8ce131785b
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Your robot winked, but you can make it talk too! or at least, make it say his first hello to the world!
> Follow the instructions, ask your peers if you are stuck and stay motivated because you are close to the Shape Crafting goal!
> Follow the instructions, ask your peers if you are stuck and stay motivated because you are close to your goal!
> Follow every hint you have in the subject!
> Continue on the code from last exercise, and change the file names!
@ -83,3 +83,7 @@ const handleSpeakClick = (event) => {
// Attach the handleSpeakClick function to the 'speak-button' button
//...Here
```
**`Prompt Example:`**
- "How can I add and remove text in an element with a button click in JavaScript?"