Sometimes, we want to set data type in Vue.js data object with TypeScript. In this…
Sometimes, we want to fix the ‘Uncaught ReferenceError: exports is not defined’ error in files…
Sometimes, we want to ignore all errors in a TypeScript file. In this article, we’ll…
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…