Skip to content

a-maystorov/TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Fundamentals

  • Compiling TypeScript ( master branch )

  • Basic Types ( branch - 2 )

  • Objects and Arrays ( branch - 3 )

  • Explicit Types ( branch - 4 )

  • Dynamic Types ( branch - 5 )

  • Workflow and TS Config ( branch - 6 )

  • TS Functions ( branch - 7 )

  • Type Aliases ( branch - 8 )

  • Function Signatures ( branch - 9 )

  • The DOM and Type Casting ( branch - 10 )

  • Classes in TS ( branch - 11 )

  • Public, Private and Readonly ( branch - 12 )

  • Modules ( branch - 13 )

  • Interfaces ( branch - 14 )

  • Interfaces with Classes ( branch - 15 )

  • Rendering an HTML Template ( branch - 16 )

  • Generics ( branch - 17 )

  • Enums ( branch - 18 )

  • Tuples ( branch - 19 )

Mini Project - ( branch - 20)

How to use:

  1. Use the terminal to 'git checkout branch-20'

  2. Simply run the index.html file inside the public folder with the Live Server extension

  • if you dont have Live Server you can download it from the Extensions Market in VS Code

About

TypeScript Cheatsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors