QuizIntermediate
Truthiness Narrowing
Understand how truthiness checks remove null and undefined from a type.
Given `value: string | null`, inside `if (value) { ... }`, what type is `value`?
Understand how truthiness checks remove null and undefined from a type.
Given `value: string | null`, inside `if (value) { ... }`, what type is `value`?