Browse Source

Fix(DPxAI): Fix sections order

pull/2707/head
OUMAIMA FISAOUI 3 weeks ago committed by Oumaima Fisaoui
parent
commit
48e8c227b2
  1. 8
      subjects/DPxAI/colorful-arms/README.md

8
subjects/DPxAI/colorful-arms/README.md

@ -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?"

Loading…
Cancel
Save