InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following code?<script>let ans = 6 / "3";document.write(typeof ans);</script>(A) ‘integer’(B) ‘string’(C) ‘number’(D) None of the above |
| Answer» | |