/Clicker-Game--JS-SetTimeOut-

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.

Primary LanguageCSS

No issues in this repository yet.