Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archish27/nodejs-koans
JavaScript + Nodejs learning with test driven development
https://github.com/archish27/nodejs-koans
javascript koans learning nodejs test-driven-development
Last synced: about 1 month ago
JSON representation
JavaScript + Nodejs learning with test driven development
- Host: GitHub
- URL: https://github.com/archish27/nodejs-koans
- Owner: Archish27
- License: cc0-1.0
- Created: 2021-09-04T14:30:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T22:14:33.000Z (about 2 years ago)
- Last Synced: 2024-07-30T19:22:31.431Z (6 months ago)
- Topics: javascript, koans, learning, nodejs, test-driven-development
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Koans
The Nodejs Koans walk you along the path to enlightenment in order to learn JavaScript + Nodejs. The goal is to learn the JavaScript language & Nodejs, syntax, structure, and some common functions and libraries.
## The Structure 🗃️
The koans is broken into different files, strings are covered in `strings.js`. Similarly, arrays are touched in `arrays.js`. These files are then imported in `test/index.test.js`.
Each koan builds up your knowledge of JavaScript and builds upon itself. It will stop at the first place you need to correct.
Some koans simply need to have the correct answer substituted for an incorrect one. Some, however, require you to supply your own answer. If you see the method `__` (a double underscore) listed, it is a hint to you to supply your own code in order to make it work correctly.
Refer diagramatic representation [here](https://app.codesee.io/maps/public/e3271660-2d86-11ec-8c85-f958d9504daa)
## Installation Steps 🔨
- To install project execute : \
`npm install`- Execute koans : \
`npm run test --silent`## What it covers?
JavaScript | Node.js
:-------------------------:|:-------------------------:
![](./img/javascript.png) | ![](./img/nodejs.png)### [Inspiration Video](https://www.youtube.com/watch?v=LrhkUsRg3vo&ab_channel=OmniakaEverything) 💡