Typescript Crash Course for Beginners - Learn Typescript From Scratch

preview_player
Показать описание

Welcome to a Typescript deep dive with Typescript examples where you will learn Typescript from scratch. This is the full Typescript course with all knowledge that you need for everyday work as a programmer and advanced Typescript features. Here you will have a Typescript deep dive from scratch. By the end of this course you fully understand all modern Typescript features that we use every day.

MOST POPULAR COURSES

SERVICES THAT I'M USING

CONNECT WITH ME!

TIMESTAMPS
0:00 Intro
0:36 Do I need to learn Typescript?
5:01 How to install Typescript tools?
13:00 Typescript Type definitions introduction
22:07 Introduction to Interfaces in Typescript
31:28 Union & Type alias in Typescript
40:02 Any never void unknown in Typescript
50:00 Typescript Working with DOM
58:29 Creating classes in Typescript
01:09:39 Generics interfaces and functions in Typescript
01:27:19 How to use Enums in Typescript

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

I'm a JS dev with some industry experience but am moving into a new place working with TS so was trying to pick it up prior to starting. I watched this video on FCC channel and came here to say I really enjoyed how clear and simple your explanations are, thanks for all your effort creating these guides!

yunnn
Автор

Nice and clear explanations ! Great job

ThinAirElon
Автор

thanks for this lesson! you have a talent to explain in a simple way

carpet
Автор

Thank you for breaking this down in a way that gets to the point with great examples

andrewparker
Автор

Here after completing your TS tutorial on freecodecamp.

whorudra
Автор

typescript is funny, first you want strict types, then they introduced any, then generics for dynamic typing, bottom line at the end of day you need dynamic typing which java script already offers.

ThinAirElon