Typescript basics to understand its core concepts.
We reviewed topics like:
-
Introduction notes
-
Installation notes (TSC & tsconfig.json configuration)
-
Basic Types
-
Tupple
-
Union
-
Enum
-
Objects
-
Type Assertion
-
Functions
-
Interfaces
-
Classes
-
Interfaces + Classes
-
Subclasses
-
Generics
Before you use this project you only need to have Node Js installed in your computer.
https://nodejs.org/es/download/
Install the Typescript compiler using: npm i -g typescript
To compile your TS files, use TSC --watch and start doing changes.