#typescript
Read more stories on Hashnode
Articles with this tag
Union in typescript allows the variable to hold more than one type of value. It is useful when variable can be of various types. It is defined by |...
Type Annotations: Type Annotations is used to define the types of variable, function parameters, return values and object properties.Example: //...
Typescript is basically superset to JavaScript. Typescript allows us to determine types of variables, function parameters, and return values that...
Lets get started with Typescript ยท This is step by step topics that you should learn if you are starting new in typescript: Introduction to...