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.