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