100 days of TypeScript (Day 3)

Welcome back to a series about learning TypeScript from basics through to some pretty advanced stuff. In Day 2, we learned how we can create a simple class using TypeScript.

100 days of TypeScript (Day 2)

In 100 days of TypeScript (Day 1), I created a basic TypeScript “application” where two numbers could be added together. This was intended to introduce you to get the pre-requisites in place for writing TypeScript code, as well as acquaint you with using the type system.