Getting Started with Typescript: Part 1
TypeScript Basics: Type Inference and Compilation
Introduction
TypeScript is a statically typed superset of JavaScript that helps catch errors at compile-time, making your code more robust and maintainable. In this blog post, we'll explore two key as...
priyasrivastava.hashnode.dev2 min read