Quick Revision of typescript
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It was created by Microsoft and offers optional static type checking, as well as many features from object-oriented and functional programming.
Here's a quick revision of...
techysawan.hashnode.dev7 min read