This article is part of a series on TypeScript: TypeScript, Part 1: An Introduction TypeScript, Part 2: Adding TypeScript to Your Application TypeScript, Part 3: Working with Custom Types The core of TypeScript is, unsurprisingly, types. Types are considered really only as needed, in the most menial sense, in JavaScript…