Sometimes, we want to merge two interfaces with TypeScript. In this article, we’ll look at…
Coding
Sometimes, we want to declare a function that throws an error in TypeScript. In this…
Sometimes, we want to use enum as index key type in TypeScript. In this article,…
Sometimes, we want to use typed arrays with TypeScript. In this article, we’ll look at…
Sometimes, we want to fix the “Property ‘includes’ does not exist on type ‘string[]’” error…
Sometimes, we want to programmatically enumerate an enum type with TypeScript. In this article, we’ll…
Sometimes, we want to use enums inside a class with TypeScript In this article, we’ll…
Sometimes, we want to import an enum with TypeScript. In this article, we’ll look at…
Sometimes, we want to fix TypeScript cannot find name window or document. In this article,…
Sometimes, we want to use “this” inside a class method with TypeScript. In this article,…