MAMohamed Abdullainjsalchemy.hashnode.dev·Oct 14, 2024 · 2 min readUnions vs Intersections in TypeScriptThis article explores the concepts of unions and intersections in TypeScript, drawing parallels with set theory. It highlights the differences between union types, which allow for flexibility in object properties, and intersection types, which requir...00
MAMohamed Abdullainjsalchemy.hashnode.dev·Sep 9, 2024 · 1 min readIntroduction to TypescriptTypeScript is a statically typed programming language that is a superset of JavaScript. It was developed and maintained by Microsoft. TypeScript was created to address the challenges of building large-scale JavaScript applications and add optional ty...00