From 48e8c227b2e83a651d6cd7341005cb8802f43101 Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Thu, 29 Aug 2024 11:22:00 +0100 Subject: [PATCH] Fix(DPxAI): Fix sections order --- subjects/DPxAI/colorful-arms/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/DPxAI/colorful-arms/README.md b/subjects/DPxAI/colorful-arms/README.md index 4bbf4a460..5ee7069db 100644 --- a/subjects/DPxAI/colorful-arms/README.md +++ b/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?"