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
Timer should start on page load and when the game status is set to in-progress
Timer should stop when the game status changes from in-progress
Store the times in localStorage to persist across sessions
If (the current time is greater than one of the top three) {replace that entry with this one and move the others down}
Else {show the top three, and current time at the bottom of the list for reference}
The text was updated successfully, but these errors were encountered:
Bill of work
localStorage
to persist across sessionsElse {show the top three, and current time at the bottom of the list for reference}
The text was updated successfully, but these errors were encountered: