📄️ Type Inference
In JavaScript, you're familiar with this concept here,right this is a variable declaration.
📄️ Any, unknown & Type Casting
Any
📄️ Functions & Return Types
TypeScript is not super happy that we have these things andthat they're not typed.So we're going to give those types here.