🔥Table of content ( click to navigate )
Introduction
Installation
How works TypeScript
TypeScript Configuration
Data Types
Class
Inheritance
Abstract Class
Encapsulation
Function Signature
Interface
Generic Type
Create a typescript environment Step by step
NVM- node version management
i
nstall nvm from github (nvm windows)
nvm - - v
(to check the version)
nvm install 18.16.0
(to install a specific node version not NVM version)
nvm list
(to check the installed node versions)