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