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
Javascript project to solve the countdown numbers game, uses a recursive algorithm which Javascript is not well suited to. Putting numbers too big will cause the program to take too long and timeout the page.