Typescript_logo

TypeScript tutorial: Lesson 1

Install nodejs or nvm For Windows: Node Version Manager (nvm) for Windows IDE Visual Studio Code: https://code.visualstudio.com/docs?dv=win TypeScript Playground https://www.typescriptlang.org/play?# Install typescript Result: Verify: Compile…
nvm 4

Node Version Manager (nvm) for Windows

Install nvm Download: https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-setup.zip See all releases: https://github.com/coreybutler/nvm-windows/releases Restart your PC. Now you can use nvm command Get list available nodejs versions: Install some nodejs…