Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyTypeScriptprimitive typesSingle-choice MCQ

Why does the assignment to `name` fail to compile under strict mode?

let count: number = null; let name: string = null;