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: