InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following code?<script>let y = 1;y = typeof x;document.write(typeof y);</script>(A) string(B) null(C) number(D) boolean |
| Answer» | |