Introduction to TypeScript’s Types -- TypeScript: The Vue Parts, Part 3

Опубликовано: 15 Апрель 2020
на канале: Jeffrey Codes
1,019
38

Catch errors before you even run your code!

TypeScript will not only tell you there’s an error, it will often tell you the exact nature of the error and where you need to change stuff in order to fix it.

In this screencast, we use a simple example to show several different categories of errors that using Types can catch -- sometimes even without an explicit type declaration! -- as well as some cases where errors can slip through undetected.

LINKS:

https://www.vuescreencasts.com/watch/302

Don't forget to like and subscribe, and find me elsewhere on the web!
https://www.vuescreencasts.com/
  / vuescreencasts  
  / jeffreybiles  

#TypeScript #JavaScript #TypedLanguages