Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 291 Bytes

Click Game

Exercise focused mainly on JavaScript developed during the first module of the UPskill course.

Rules

  • Change the position of images with each click
  • Alert if the number of clicks during a session is a multiple of 10
  • Count the clicks until it reaches 100

JavaScript