RPRakshit Pathakinrakshitpathak.hashnode.dev·May 22, 2022 · 6 min readGet started with types in Typescript.Data types in typescript. Introduction TypeScript knows the JavaScript language and will assign data type for you in default cases when you don't add any type. For example in creating a variable and assigning it to a particular value, TypeScript will...00