This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Implicit and Explicit Types in TypeScript
In this lesson we compare implicit and explicit types in TypeScript.
Implicit types come from TypeScript inferring the type based on a variable's initial value and look just like regular JavaScript.
Explicit types are when we intentionally provide the type using a special TypeScript syntax.