Loading
Current section: Outro to Advanced TypeScript 1 exercises
lesson

Outro to Advanced TypeScript

Loading lesson

Transcript

00:00 Congratulations. You finished advanced TypeScript. This is a pretty significant amount of work that you've just completed. And you'll remember, promises and async await, kind of a a big subject. Hopefully, you got a lot of practice with, the various tools and and just played around with what happens when I add a then here and then using the second argument to then versus dot catch and all of that.

00:24 And, also modules. Lots of different ways to write them. Try to avoid the default variety. If you can, it just makes things so much easier to just use named, and, you know, type imports and exports, all of that is gonna be that was that was fun. Hopefully, you had fun.

00:38 And type operators, pretty powerful stuff here. In fact, all three of these really, really powerful features of TypeScript making really the the whole point of this is making it so that developers of libraries can provide us developers of applications some really nice APIs so that we don't have to worry so much about TypeScript and they can do all the really hard and dirty work. So that is advanced TypeScript for you. Good job on this workshop. I think that you should be proud of yourself, pat yourself on the back, and go build something awesome.