Skip to content

Basic of type script to understand how it works with oop concept

Notifications You must be signed in to change notification settings

honeyverma/TypeScript_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basics of TypeScript

Learn basic of typescript to understand how it works with the oop concept. In this repository Main.ts is the main file which calls helper classes, to give us results.

Prerequisite:

1. Install Node js

  • Install command: brew install node

2. Install typescript

  • Install command: sudo npm install -g typescript
  • Check version: tsc -v

3. Install typscript extension in VS code

4. References:

Run Main.Ts

node src/Main

About

Basic of type script to understand how it works with oop concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published