What Even Are ‘Types’ in TypeScript? Here’s A Short Post To Understand It
Types define the kind of values a variable can hold. These can be categorized into 2 broad groups: Primitive types & Composite data types
Primitive Types
These types are simple to define and can have a range of values:
string represents text values ...
musman.hashnode.dev1 min read