In this episode, we look at adding type checking to our JavaScript files. This helps us write better code, have a better understanding of the system we're working on, make migrations easier, and completely eliminate certain kinds of runtime errors from our code.
Links:
Get Started With TypeScript the Easy Way - https://austingil.com/typescript-the-...
Watch Austin's Livestreams here
YouTube: / heyaustingil
Twitch: / heyaustingil
Website: https://austingil.com/
0:18 Introduction
0:19 Adding strong types to JavaScript
5:16 End Card