Working with Types in TypeScript
Core Syntax and Features
Core Types
TypeScript introduces several basic types to help catch errors during development. These types include:
number: Represents all numbers (no distinction between integers and floats).
string: Represents all text va...
innosufiyan.hashnode.dev3 min read