QuizBeginner

Variable Declaration with Annotations

Declaring variables with explicit type annotations.

What will happen with this code: 'let age: number = 30; age = "thirty";'?