Skip to content

yinotherhino/AsyncJavascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Asynchronous Javascript

Engineering Problems

This problem contains three functions which return promises. It tests your understanding of ASYNCHRONOUS JavaScript.

You can run the test cases by running

yarn
yarn jest --watch

Or if you use npm

npm install
npm test -- --watch

You can add more test cases by adding to the tests folder

The initial problems can be found in Question-1.md and Question-2.md The solution to question-1.md should go in src/analysis.js The solution to question-2.md should go in src/report.js


Do not delete the node_modules folder in the src folder, it is a hack to get the api files to be absolute.

See documentation for the api module at api.md

About

Tests understanding of Asynchronous javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published