11.
What does typeof new Float32Array() return?
12.
What is the result of typeof new Float64Array()?
13.
What does typeof document return in a web browser environment?
14.
What is the result of typeof window in a web browser environment?
15.
What does typeof console return in a web browser environment?
16.
What is the result of typeof document.getElementById('example')?
17.
What does typeof new Error('message') return?
18.
What is the result of typeof new TypeError('type error')?
19.
What does typeof new RangeError('range error') return?
20.
What is the result of typeof new SyntaxError('syntax error')?