Articles in this series
Utilizing & or | for Combining Types in TypeScript · Today, I reviewed a piece of code where a variable could be of two types, but to enhance...
Exploring the Use of Arrays, Tuples, Maps, and Sets through Examples · A few days ago, a friend asked how to prevent duplicate keys in an array, and I...
Learn How to Use Record Utility Type in Typescript with Example · Today I was facing a problem where I wanted an object with a list of properties but...
Strengthen Typescript Code Legibility through Optional Chaining and Nullish Coalescing · TypeScript offers powerful features that make code more concise...
How to Sort String and Numbers in JavaScript · I was assisting a friend in constructing a sorting table with data in Typescript and he ran into some odd...
Optimizing Your Code with TypeScript Type Checking · In Typescript, we have to check for values types like boolean, string, object instance from class,...