What are Generics in Typescript?
Introduction
Over the course of the last few years, Typescript has emerged as the de-facto standard for writing type-safe Javascript code. This added type-safety gives developers confidence in their code and helps them catch errors even before the co...
harshitjain.hashnode.dev5 min read
Mahendra Chauhan
Got to learned about interface and generics through your examples. Well explained!