From 8ce131785b8e59370c09ba30093fb62d19f39696 Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Wed, 21 Aug 2024 13:23:56 +0100 Subject: [PATCH] Chore(DPxAI): Fix issues in subject and add the prompt example part --- subjects/DPxAI/first-hello/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subjects/DPxAI/first-hello/README.md b/subjects/DPxAI/first-hello/README.md index 545ace62e..acdf254c0 100644 --- a/subjects/DPxAI/first-hello/README.md +++ b/subjects/DPxAI/first-hello/README.md @@ -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?"