Primitive and basic types – TypeScript Patterns for Angular
JavaScript, despite not being a strongly typed language, has three types called primitives: For each of these primitive types, TypeScript already has a datatype that represents them, namely, Boolean, String, and Number, respectively. Important The…