Explore Library
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`?