InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following code?<script>document.write(typeof('1' + 2));</script>(A) ‘number’(B) ‘string’(C) ‘boolean’(D) None of the above |
| Answer» | |