Demystifying a TypeScript Quirk

I recently read Asana’s blog post on TypeScript quirks and took particular interest in the first TypeScript quirk they mention. While it may seem like an inconsistency, the way the type system behaves here is entirely logical. Read more

Similar

Announcing TypeScript 5.4 Beta

Today we are excited to announce the availability of TypeScript 5.4 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScri... (more…)

Read more »

TypeScript Features

In this article, I’d like to introduce you to some of the key concepts of TypeScript to get started with building enterprise-level JavaScript applications. What is TypeScript? It is defined as the typed superset of JavaScript which compiles to plain JavaS... (more…)

Read more »