Introduction to Typescript - Chapter 2: Basic Types
Javascript is a loosely typed language and we don't have to care about the type of data that we are going to store in a variable and the data types are checked during runtime. Typescript is strongly typed and it checks type compile time and helps us ...
fiftybugsofgrey.hashnode.dev2 min read