BananaMaster

19 - Mini project Resize Ball — changing the size of a ball (JS lessons)

If you forgot something — click to go to the lesson.

📘 Task: Resize Object

Create an application "Resize Ball".

There is a ball on the page and 4 control buttons: ↑, ←, ↓, →.

When the buttons are clicked, you need to change the size of the object.

📐 Resize logic:

🧪 Example:

⚠️ Advanced task: