This repo is for the course Course of TypeScript: POO and Async
Typescript is a superset of Javascript, that means that all the Javascript code is valid Typescript code, but Typescript has some extra features that make it a powerful tool for building applications.
Clone the repo
git clone git@github.com:htmtmx/course-poo-with-typescript.git
Install dependencies
npm i