Why does the assignment to `name` fail to compile under strict mode?let count: number = null; let name: string = null;