TypeScript Tutorial #18 - Generics

preview_player
Показать описание
Hey gang, in this TypeScript tutorial we'll talk a little bit about generics - and how they can help us with functions and interfaces.

🐱‍👤🐱‍👤 JOIN THE GANG -
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Course Files:

🐱‍💻 🐱‍💻 Other Related Free Courses:

🐱‍💻 🐱‍💻 TypeScript Docs:

🐱‍💻 🐱‍💻 The Net Ninja Community Boards:
Рекомендации по теме
Комментарии
Автор

As a C# developer it's nice to see these features in javascript.

madd
Автор

This syntax was one of the most confusing bits about TS for me, but now it makes perfect sense. Thank you! Such a clear explanation!

codecleric
Автор

Generics have confused me from the moment I laid eyes on typescript. This video has done wonders to clear the fog around <T>. Thanks a bunch!

joephus
Автор

The best explanation of Generics I've seen so far on YouTube. Thank you for making this simple to understand.

TJMcCarty
Автор

Such a great explanation! I loved the approach when u said that the generic type T for example, CATCHES what is passed in as arguments when we invoke the function. Thank you very much!

ib
Автор

Wonder explanation of complex topics in simple and easy-to-digest way!! Thanks

Shakeel
Автор

Thanks for this! I ended up following this complete course because of my confusion with Generics and you filled in a lot of gaps :)

timsch
Автор

I was confused about the whole concept of generics.But, I got a solid understanding of it before you even complete the video. Your explanation is clear and straight to the point. Thanks.

NativeFX
Автор

I want to appreciate that you explained so hard a concept so easily

RajvirSingh
Автор

This is the best training video about Generics. Thank you!😘😘😘😘😘

tretyakweb
Автор

please make a video about how to stop watching your videos and actually start coding. I'm in the net ninja tutorial hell and I've even created a playlist of playlists that I'm gonna binge watch.

tayfun
Автор

Thank you very much for sharing your knowledge with us in such an accessible way

jakubnam
Автор

Really love how the typescript devs implemented some core concept ideas from C++.

mattwilliams
Автор

Got it.Good Explanation...Thank you for making this video.

VishnuSunilkumar
Автор

You are awesome <3 #thenetninja rocks. May you live a million years and God bless you!!

xenialxerous
Автор

The best explanation so far! Thank you so much!

gulinatayier
Автор

Thank you very much ninja for these tutorials 💻💪🏼👨🏼‍💻

johnnysepulveda
Автор

Excellent brief clear explanation! Lots of thanks!!

daliagadelhak
Автор

lecture 16 or 17:
let doc: HasFormatter;
we can define it as object like let doc:{};
because if we assign doc = new invoice()
and invoice class has format function that doc can access why we assign doc: HasFormatter.

factsfundoo
Автор

Great tutorial shaun, helped brush up my TS knowledge as well as vanilla JS concepts

emmanuelamodu