Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 230 Bytes

File metadata and controls

2 lines (2 loc) · 230 Bytes

Countdown-Numbers

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.