Learn Primitive Types in TypeScript - Boolean, Number, String.
What are data types?
In programming, values are classified into types. The type of a value regulates its behavior. It also determines what operations can be used on it without causing an error.
Don't worry if this is a lot to take in at the moment. ...
benjaminsemah.hashnode.dev3 min read