Chore(DPxAI): Add expected output video

This commit is contained in:
Toussaint Louis 2024-08-28 15:40:03 +02:00 committed by Oumaima Fisaoui
parent a4824989b2
commit ed71296b4e
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ In the JS file, like in the previous exercise, get the following elements:
- The left and right leg elements with the IDs `leg-left` and `leg-right`.
- Apply the random color to both legs by changing their `backgroundColor`.
### Expected result
You can see an example of the expected result [here](https://youtu.be/QQ0GKGuXgBw)
**`Prompt Example:`**
- "What mistakes should I prevent while changing the background color of multiple elements in JavaScript?"