Skip to content

Commit

Permalink
Fix(DPxAI): Fix sections order
Browse files Browse the repository at this point in the history
  • Loading branch information
Oumaimafisaoui committed Aug 29, 2024
1 parent ea3409f commit e8bbcd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subjects/DPxAI/colorful-arms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?"

0 comments on commit e8bbcd2

Please sign in to comment.