TypeScript Crash Course for Beginners

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


Connect with me:

0:00 Introduction
8:00 Installation & Setup
14:00 Basics
28:00 Classes
38:00 Interfaces
49:00 Interfaces as Types
58:00 Abstract Classes
1:06:00 Enums
1:10:00 Custom Types
1:17:00 Arrays
1:23:00 Generics
Рекомендации по теме
Комментарии
Автор

Please like and share this video to help support the channel!

ansonthedev
Автор

what a crack having the osu app running in the background while doing the hardest typescript tutorial, thanks man!

jonathan.matheus
Автор

Very nice intro into how to start with Typescript. Please make more intermediate tutorials with React Typescript combination. You are one of the best web dev teachers on YouTube. Thanks

Shakeel
Автор

Awesome bro, I found it very useful.
Thanks a lot ;)

umerfarooq
Автор

So am I right in saying that ts is good for debugging, but if you wanted to upload it to a host, you would use the compiled js instead of the ts?

zeedz
Автор

Can you please make a tutorial on namespaces? And what is this theme?

aryanshmahato
Автор

waiting for intermediate paart crash course

sandurijal
Автор

class Cow extends Animal {
makeSound(): void {

}}

NadaII