Typescript Utility Types - TS Beginners Tutorial
Offered By: Dave Gray via YouTube
Course Description
Overview
Explore TypeScript utility types in this comprehensive beginners tutorial video. Dive into common type transformations, starting with an introduction to utility types and their importance. Learn about Partial, Required, Readonly, Record, Pick, Omit, Exclude, Extract, Nonnullable, ReturnType, Parameters, and Awaited types. Follow along with starter code and practical examples to enhance your TypeScript skills. Gain valuable insights into type manipulations that can streamline your development process and improve code quality.
Syllabus
Intro
Welcome
Starter code and set up
What are Utility Types?
Partial
Required and Readonly
Record
Pick and Omit
Exclude and Extract
Nonnullable
ReturnType
Parameters
Awaited
Taught by
Dave Gray
Related Courses
Programming LanguagesUniversity of Virginia via Udacity Compilers
Stanford University via Coursera Programming Languages, Part A
University of Washington via Coursera CSCI 1730 - Introduction to Programming Languages
Brown University via Independent Intro to Java Programming
San Jose State University via Udacity