Given: ``` tsc window[undefined] ``` I get: ``` main.ts(21,1): error TS2342: An index expression argument must be of type 'string', 'number', 'symbol', or 'any'. ``` I don't understand what is wrong about the expression `y[undefined]`?