TypeScript Associate — Easy
Key points
- TypeScript uses the colon (:) to specify variable types
- The keyword `number` indicates that `age` should be a number type
- Incorrect syntax like `let age = number;` does not correctly annotate the variable
Ready to go further?
Related questions
