Sometimes, we want to declare multiple TypeScript variables with the same type. In this article,…
Month: April 2022
Sometimes, we want to fix the ‘Cannot invoke an expression whose type lacks a call…
Sometimes, we want to fix the “Cannot find name” errors in React components with TypeScript.…
Sometimes, we want to extend an array in TypeScript. In this article, we’ll look at…
Sometimes, we want to fix isNan only accepting a number with TypeScript. In this article,…
Sometimes, we want to fix the “The left -hand and right hand side of an…
Sometimes, we want to extend String prototype with TypeScript. In this article, we’ll look at…
Sometimes, we want to create the GUID class with TypeScript. In this article, we’ll look…
Sometimes, we want to add custom typings in TypeScript. In this article, we’ll look at…
Sometimes, we want to fix the ‘tsc is not recognized as internal or external command’…