Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 330 Bytes

File metadata and controls

11 lines (6 loc) · 330 Bytes

JavaScript-learning

This is part of Metropolia UAS's curriculum for JS

It includes 3 exercises from eloquentjavascript: https://eloquentjavascript.net/15_event.html

Ex1: Balloon - When you press the up arrow, it should inflate (grow) and when you press the down arrow, it should deflate (shrink).

Ex2: Mousetrail

Ex3: Tabs