Let’s talk about types, Primitive types – Lesson 2

First Lesson was just a flash about TypeScript – today I will try to show you possible types and their valid and wrong values. From specification: TypeScript adds optional static types to JavaScript. Types are used to place static constraints on program entities such as functions, variables, and properties so that compilers and development tools […]