InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following code?<script>document.write(Number('1') - 1 == 0);</script>(A) true(B) false(C) 1(D) None of the above |
| Answer» | |