You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 m…