This is the Ravn NodeJs Challenge for Junior Devs, please complete each of the challenges presented here and be sure that all the unit tests pass.
This challenge consists of 5 exercises, which are in separate files. Each file contains the statement of the challenge and documentation that allows a better understanding of what is expected in each of them, the latter is done with jsdoc, so if you want to access it, install the package and generate it.
Finally, once all the exercises have been completed, generate a pull request and share it with the members of the ravn team to proceed with the review.
yarn install
yarn test
- Install jsdoc package
yarn global add jsdoc
- Create documentation
jsdoc ./src/