Mastering TypeScript: Interfaces, Generics, Unions Explained
When I first started using TypeScript, I honestly thought it was going to be a lot more complicated than JavaScript.
There were types everywhere.
string
number
boolean
interface
type
union
generic
An
devwithsahil.hashnode.dev18 min read