TypeScript Type System | TypeScript Basics Pt1
Introduction
The behavior of TypeScript, what it permits and forbids depends on a very fundamental concept called the Type System.
What is a "Type System"?
A “type” is a description of what a JavaScript value shape might be. By “shape” I mean which p...
prophet-bestman.hashnode.dev5 min read
Julius Adedeji
Software Engineer
very helpful, thank you