Learning Paths
Typescript Core Language
10 courses
16 hours
- Skill IQ
TypeScript is a strict syntactical superset of JavaScript that adds optional static typing to the language. It was developed and maintained by Microsoft and may be used to develop JavaScript applications for client-side or server-side (Node.js) execution.
Courses in this path
Beginner
Learn the use case for TypeScript and create your first declaration file.
Intermediate
Take a deeper dive into TypeScript through advanced configurations, debugging, decorators, and types.