Sometimes, we want to make a variable final in TypeScript. In this article, we’ll look…
Coding
Sometimes, we want to add left padding to a string with zeros with TypeScript. In…
Sometimes, we want to add types of Axios mock using Jest and TypeScript. In this…
Sometimes, we want to get the difference between two arrays with TypeScript. In this article,…
Sometimes, we want to add the colSpan attribute in React. In this article, we’ll look…
Sometimes, we want to add a day to a date in TypeScript. In this article,…
Sometimes, we want to transpile TypeScript to ES6. In this article, we’ll look at how…
Sometimes, we want to extend a component with additional properties with React and TypeScript. In…
Sometimes, we want to fix the “A const enum member can only be accessed using…
Sometimes, we want to stub a Typescript-interface or type definition. In this article, we’ll look…