- Introduction
- OOP
- Functional
- Asynchrone
- Testing
- Design Patterns
- DOM
- Web Components
- Node.js
- TypeScript
- React
Download and install Node.js 18
or
nvm use 18apt-get install nodejsor
brew install nodejsthen (optional: if you want to run tests)
npm i -g pnpmpnpm iFor example
node oop/intruduction/01-list.js
node oop/fib/fib.jspnpm testpnpm test:examplespnpm test:unitpnpm watch:test