From acc2d11fc28a8f3a8166e3c2932b220ef32d6b0c Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 21 Feb 2024 15:01:17 +1100 Subject: [PATCH] Added bonus --- exercises/js_dom_manipulation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/js_dom_manipulation/README.md b/exercises/js_dom_manipulation/README.md index b8764b0..64cfb53 100644 --- a/exercises/js_dom_manipulation/README.md +++ b/exercises/js_dom_manipulation/README.md @@ -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.