Skip to content

Commit

Permalink
Added bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
TAS-scorchedshadow committed Feb 21, 2024
1 parent eda286d commit acc2d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/js_dom_manipulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ For this exercise only change **ex1.js**. Use javascript to change the following
## Exercise 2
For this exercise alter both **ex2.js** and **ex2.html** so that when button(x) is pressed it will fill in the center box with the corresponding html.

**Bonus ⭐**: Make it so that the text fills in when the mouse leave the button instead of the click event. Also try extending or altering the setup

## Exercise 3
Complete the fetch code in **ex3.js**. Write the friendly advice from the API to the given box.

Expand Down

0 comments on commit acc2d11

Please sign in to comment.