From ed71296b4e37f199e699e1015cb6f0a97154984e Mon Sep 17 00:00:00 2001 From: Toussaint Louis <66522867+lotoussa@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:40:03 +0200 Subject: [PATCH] Chore(DPxAI): Add expected output video --- subjects/DPxAI/colorful-legs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subjects/DPxAI/colorful-legs/README.md b/subjects/DPxAI/colorful-legs/README.md index 16d61d9ba..78f960692 100644 --- a/subjects/DPxAI/colorful-legs/README.md +++ b/subjects/DPxAI/colorful-legs/README.md @@ -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?"