Getting Started with TypeScript: A Beginner's Guide
Introduction to TypeScript
TypeScript is a statically-typed superset of JavaScript that was developed by Microsoft in 2012. It adds features to JavaScript such as optional static typing, classes, interfaces, and type annotations that are not availabl...
typec.hashnode.dev12 min read