Skip to content

appleobject/TypeScript_iLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript

My Tutorial on TypeScript

  • Function
  • Classes
  • Class Inheritance
  • Class Modifiers
  • Interface

And a lot more on object oriented programming.

To run a TypeScript

tsc -w filename.ts

To Compile a TypeScript file into a JavaScript file, when you run the first line of code a JS file is compiled at runtime.

tsc filename.ts
node filename.js

compilerOptions :{ target:ES6 }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published