Use Types Effectively in TypeScript
Offered By: egghead.io
Course Description
Overview
TypeScripts purpose, the reason it exists, is to add a solid type system on top of ECMAScript 6+. JavaScript is a dynamically typed language. TypeScript applies a fundamental change to the language and applies static typing to the code in our applications.
This course will dive into the type system that TypeScript provides. You will gain a deeper understanding of what types can do for your applications.
This course will dive into the type system that TypeScript provides. You will gain a deeper understanding of what types can do for your applications.
Syllabus
- Introduction to Static Typing
- Using Type Inference in TypeScript
- Union Types and Type Aliases in TypeScript
- Distinguishing between types of Strings in TypeScript
- Using Interfaces to Describe Types in TypeScript
- Creating a Class in TypeScript
- Sharing Class Behavior with Inheritance in TypeScript
- Using Assertion to Convert Types in TypeScript
- The Basics of Generics in TypeScript
- Practical Generics in TypeScript
Taught by
Ari Picker
Related Courses
C++ For C Programmers, Part AUniversity of California, Santa Cruz via Coursera Programming Languages, Part C
University of Washington via Coursera AP Computer Science A: Java Programming Polymorphism and Advanced Data Structures
Purdue University via edX Введение в iOS-разработку
Moscow Institute of Physics and Technology via Coursera Java Programming: Step by Step from A to Z
Udemy