TypeScript Learning Adventures: A Tale of Love and Hate - Core Types, Tuples, and Enums
In this part, we will focus on TypeScript types.
There are many things to say about TypeScript types but let's start with simple ones.
Core types
Typescript provides many types.
Although JavaScript recognizes some data types, Typescript adds many more, and as you will see later in this