This repository contains all the challenges for the Node.js Nerdery Program.
Make sure to carefully read the instructions provided for each challenge before starting.
-
1.1 JavaScript Fundamentals
Learn and practice core JavaScript concepts. -
1.2 Asynchronous JavaScript
Dive into Promises, async/await, and working with asynchronous logic.
- Core Node.js Modules
Explore the core modules of Node.js and their practical applications.
- Typescript
Explore TypeScript's type system and its application in practical scenarios.
- Node.js >= 22
- Run
npm install
to install the necessary packages:
npm install