Sometimes, we want to ignore all errors in a TypeScript file. In this article, we’ll…
Coding
Sometimes, we want to export a constant in TypeScript. In this article, we’ll look at…
How to fix the “property ‘assign’ does not exist on type ‘ObjectConstructor’” error with TypeScript?
Sometimes, we want to fix the “property ‘assign’ does not exist on type ‘ObjectConstructor’” error…
Sometimes, we want to sort an array of objects in TypeScript. In this article, we’ll…
Sometimes, we want to use computed properties in Vue.js with TypeScript. In this article, we’ll…
Sometimes, we want to fix the “Property ‘matchAll’ does not exist on type ‘string’” error…
Sometimes, we want to mock a TypeScript interface with Jest. In this article, we’ll look…
Sometimes, we want to get the current year using TypeScript. In this article, we’ll look…
Sometimes, we want to fix the “Cannot find name ‘it’” error in Jest and TypeScript.…
Sometimes, we want to use React createContext in Typescript. In this article, we’ll look at…