What will be the output of the following code?
< script >
document.write( typeof( '1' + 2) );
</ script >
'boolean'
'string'
'number'
None of the above
This question is part of this quiz :