YoVDO

TypeScript Fundamentals, v3

Offered By: Frontend Masters

Tags

Typescript Courses Javascript Courses Abstract Classes Courses Enums Courses

Course Description

Overview

Use TypeScript to add strong typing to large JavaScript apps helps reduce bugs and keeps code performant and maintainable. Learn key Typescript features such as typing variables and function signatures, abstract classes, interfaces, enums, and more – these features increase your ability to fix errors fast. Learn how to migrate your codebase to TypeScript the smart way and improve productivity while building large-scale TypeScript applications with ease!

Syllabus

  • Introduction
  • Compiling a TypeScript Program
  • Variables & Values
  • Typing Functions
  • Typing Functions Q&A and Objects
  • Optional Properties
  • Index Signatures & Object Q&A
  • Arrays & Tuples
  • Structural vs Nominal Types
  • Union Types
  • Intersection Types
  • Type Aliases
  • Interfaces
  • JSON Types Exercise
  • Functions & Function Overloads
  • this Types & Best Practices
  • Classes & Access Modifier Keywords
  • Top Types: any & unknown
  • Bottom Types: never
  • Type Guards & Narrowing
  • Nullish Values
  • Generics
  • Dictionary map, filter & reduce
  • Generics Scopes & Restraints
  • Wrapping Up

Taught by

Mike North

Related Courses

Learn Javascript - 21 Essential Array Methods
Coursera Project Network via Coursera
3D Graphics for Web Developers
Pompeu Fabra University via FutureLearn
A Simple Scatter Plot using D3 js
Coursera Project Network via Coursera
Access WebView in an Android Studio Project
Coursera Project Network via Coursera
Deployment Pipelines using GitHub Actions
A Cloud Guru