Typescript: polymorphic this type

preview_player
Показать описание
Typescript polymorphic this type is something nice to know about.

How do we implement method chaining and polymorphic behavior in TypeScript? The polymorphic this type comes to the rescue.

Learn how to use this to accomplish it.
Рекомендации по теме
Комментарии
Автор

nce video, wasnt think about that movements :)

karlsondev
Автор

very good video, thanks a lot. Never seen this before, that is very useful. Wondering how chaining when each or part of the methods return a promise

yoyo-