Typescript tutorial for beginners #15 Generics

preview_player
Показать описание
in this ts TypeScript tutorial, we learn how to use the Generics in typescript and how to use them ints also. this video is made by anil Sidhu in the English language
Steps
What is Generics in TypeScript
Why we need it
Make a program with Generics
Make a program without Generics
Check difference

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

Why do we need <T>, instead of this we can use :any type. What's the difference between any and <T>

logeshwaran
Автор

generic and any both works fine. so what is the difference ?

senthamarai_kannan.