Practice dealing with asynchronous functions like setTimeout and
setInterval. Your objective is to implement the functions in each file
of the /problems directory. In addition to the prompts available at the
top of each file, Mocha specs are provided to test your work.
To get started, use the following commands:
cdinto the project directorynpm installto install any dependencies- add
mochato script in package.json npm run testto run the test cases