• Stars
    star
    6
  • Rank 2,539,965 (Top 51 %)
  • Language
    CSS
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A nice game that illustrates the use of JS features, including: setInterval - to set a timer for different uses. innerHTML - for injecting content into an element on the HTML at runtime, (and also injecting the content of a variable). classList - You need to add or delete a class, as well as listen to a class' current status to perform various manipulations. addEventListener - To listen to a certain event (for example: click on a certain element), then perform manipulation.