Fix(DPxAI): Fix sections order

This commit is contained in:
oumaimafisaoui 2024-08-29 11:22:00 +01:00 committed by Oumaima Fisaoui
parent 33a8403283
commit 48e8c227b2
1 changed files with 4 additions and 4 deletions

View File

@ -62,10 +62,6 @@ We provide you with the variable `randomColor`, that stores a random color in ea
- Apply the random color to both arms by changing their `backgroundColor`.
### Expected result
You can see an example of the expected result [here](https://youtu.be/KjTBuAmUnk4)
### Code Example:
```js
@ -89,6 +85,10 @@ const handleChangeArmColor = (event) => {
armColorButton.addEventListener("click", handleChangeArmColor);
```
### Expected result
You can see an example of the expected result [here](https://youtu.be/KjTBuAmUnk4)
**`Prompt Example:`**
- "How do I change the background color of multiple elements in JavaScript?"