56 items
Union Types in TypeScript
Slides / VideoLiteral Types in TypeScript
Slides / VideoThe never Type in TypeScript
Slides / VideoThe unknown Type in TypeScript
Slides / VideoThe void Type in TypeScript
Slides / VideoThe null and undefined Types
Slides / VideoTuple Types in TypeScript
Slides / VideoArray Types in TypeScript
Slides / VideoEnums: Numeric and String
Slides / VideoType Assertions in TypeScript
Slides / VideoThe bigint and symbol Primitives
Slides / VideoOptional Properties in Object Types
Slides / VideoInline Object Type Annotations
Slides / VideoThe Object Type in TypeScript
Slides / VideoType Aliases with the type Keyword
Slides / Videobigint Type
Code QuizOptional Object Properties
Code QuizReadonly Property Modifier
Code QuizThe symbol Type
Code QuizThe never Type
Code QuizVariable Declarations with Types
Code QuizFunction Parameter Type Annotations
Code QuizFunction Parameter Annotations
QuizThe bigint Type
QuizThe symbol Type
QuizType Assertions with as
QuizEnum Types
QuizThe never Type
QuizOptional and Default Parameters
QuizFunction Return Type Annotations
QuizType Aliases
QuizLiteral Types
QuizUnion Types
QuizInline Object Type Annotations
QuizTuple Types Basics
QuizOptional Properties
QuizThe enum type
FlashcardFunction parameter types
FlashcardThe void return type
FlashcardUnion types
Flashcardconst and readonly basics
FlashcardThe undefined type
FlashcardTuple types
FlashcardType assertions
FlashcardType aliases
FlashcardThe never type
FlashcardThe null type
FlashcardArray type syntax
FlashcardDefault parameter values
Flashcardany vs unknown
FlashcardLiteral types
FlashcardThe unknown type
FlashcardOptional function parameters
FlashcardGeneric array syntax
FlashcardFunction return types
FlashcardOptional properties
FlashcardThe null and undefined Types
Learn how TypeScript models absence of value with the null and undefined types and how they differ.
