Chore(DPxAI): Add expected output video

This commit is contained in:
Toussaint Louis 2024-08-28 12:53:21 +02:00 committed by Oumaima Fisaoui
parent ea64109446
commit 80d17b2438
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ In the JS file, like in the previous exercise, get the HTML `button` element wit
- Set its class name to words, as defined in the CSS.
- Use the append method to add the new div inside the torso element.
### Expected result
You can see an example of the expected result [here](https://youtu.be/At4BhyzMxzw)
### Code Example:
```js