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'
This question is part of this quiz :