Web technologies Questions | JavaScript Course Quiz 1 | Question 9

Last Updated :
Discuss
Comments

What will be the output of the following code?

< script>

let ans = 6 / "3";

document.write ( typeof ans );

< /script>

None of the above
 

'number'
 

'integer'
 

'string'
 

Share your thoughts in the comments