Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.49 KB

File metadata and controls

39 lines (31 loc) · 1.49 KB

TypeScript

TS Logo TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

Concepts to Learn

Feel free to mark as completed - [x] Concept name every concept you've already fully understand. To learn a new concept go to the resources section and read/practice about it. As soon as you have fully understood all the concepts on this chapter go to the next chapter.

  • Types
  • Using types
  • Function types
  • Objects types
  • Nullable
  • TS and ES6
  • Classes
  • Namespaces and Modules
  • Interfaces
  • Generics
  • Decorators
  • TS Configuration

Resources

Tutorials

Excercises

Books

References

Next chapter