#typescript
Read more stories on Hashnode
Articles with this tag
Typescript offers two ways to define types. Either Type-Aliases or Interfaces. The choice of which to use depends on the complexity of the type you...
TypeScript offers JavaScript developers a robust solution to writing bug-minimal code. It offers more types and stronger type checking than...