If you are a frontend developer and not living under a rock since last couple of years, you know that TypeScript has emerged as a de-facto standard...
Introduction Over the course of the last few years, Typescript has emerged as the de-facto standard for writing type-safe Javascript code. This added...
Introduction The best thing about typescript is that you can always start by using just the basic features of the language. You don't have to use...
In TypeScript, there are two ways of assigning a type to a variable. Type Declaration Type Assertion If you have ever written typescript code, you...