Chore(Quest01/Ex02): add challenge mode and fix power variable

This commit is contained in:
oumaimafisaoui 2024-08-06 09:52:59 +01:00 committed by Oumaima Fisaoui
parent fbb83dc02a
commit 6c1fa67d5a
1 changed files with 3 additions and 1 deletions

View File

@ -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 !
---