TypeScript

TypeScript is a powerful, statically-typed superset of JavaScript, enabling developers to write more maintainable and error-resistant code. Its robust type system and compatibility with existing JavaScript libraries make it an excellent choice for building scalable, complex applications.

Follow
Courses
1
Lessons
0
Templates
1
Courses
Filter 1 results...
Learn TypeScript

TypeScript
32 lessons
Intermediate
Duration
2.1 hrs
Avatar of Bob Ziroll
This course introduces you to the essential building blocks of TypeScript through a hands-on approach—developing a simple pizza restaurant order fulfillment system. In this course, you’ll explore: basic types, defining custom types, typing objects and arrays, optional properties, manual and implicit typing, literal types, unions and intersections, type narrowing, function return types, void and any, utility types (Partial and Omit), and generics.
PublicNew