Sometimes, we want to use the is keyword do in TypeScript. In this article, we’ll…
Sometimes, we want to implement sleep function in TypeScript. In this article, we’ll look at…
Sometimes, we want to set event object TypeScript types with React. In this article, we’ll…
Sometimes, we want to sort an array with TypeScript. In this article, we’ll look at…
Sometimes, we want to use the for-of loop with index and key with TypeScript. In…
Sometimes, we want to get a variable type in TypeScript. In this article, we’ll look…
Sometimes, we want to parse JSON string in TypeScript. In this article, we’ll look at…
Sometimes, we want to set default property value in React component using TypeScript. In this…
Sometimes, we want to calculate the time between 2 Dates in TypeScript. In this article,…
Sometimes, we want to define an interface for an array of objects with TypeScript. In…