TypeScript blogs
Supercharge your development with the TypeScript language.
Typing Arrays in TypeScript
There are many ways in TypeScript to type a property as an array, or contains an array of โsomethingโ. These ways of declaring an array type includ...

Todd Motto
May 14, 2018
Introduction to TypeScript
Since its inception, JavaScript has experienced monumental growth - especially in recent years.

Todd Motto
Feb 11, 2018
Join our email community
Developer tips and tricks, motivation, discounts and new course launches.
Exploring set, get and Object.defineProperty in TypeScript
When working with Javascript or TypeScript, you may have seen the set and get keywords being thrown around in various blogs or codebases - and they...

Todd Motto
Sep 26, 2017