TS02: BuiltIn DataTypes and Arrays
Today, We are going through builtin types : number, string, boolean and also any types, and arrays.
Builtin Types
There are 5 built-in types in Typescript.
number: only allows a number
string: only allows characters and string
boolean: only allow ...
dhruvblogs.xyz1 min read