From 6c1fa67d5ae865ae78d50bfd13ffc50e5516ec5e Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Tue, 6 Aug 2024 09:52:59 +0100 Subject: [PATCH] Chore(Quest01/Ex02): add challenge mode and fix power variable --- subjects/DPxAI/play-with-variables/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/DPxAI/play-with-variables/README.md b/subjects/DPxAI/play-with-variables/README.md index f84719177..5be408331 100644 --- a/subjects/DPxAI/play-with-variables/README.md +++ b/subjects/DPxAI/play-with-variables/README.md @@ -1,5 +1,7 @@ ## Play with variables +>Mindful AI mode + ### Context If things get a little hectic at times, take the time to get closer to your peers so that you can think, share and move forward together. @@ -82,7 +84,7 @@ But it is still possible to use the = (assignment operator) to change its value - The variable `power` has been declared and will be used during the tests. -- You must try to re-assign the love variable to the string value `levelMax` !! but without re-declaring it ! +- You must try to re-assign the power variable to the string value `levelMax` !! but without re-declaring it ! ---