QuizBeginner
Literal Type Widening
Understand how let widens literal types while const keeps them narrow.
What is the inferred type of `x` in `let x = 'hello';`?
Understand how let widens literal types while const keeps them narrow.
What is the inferred type of `x` in `let x = 'hello';`?