InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following code?<script>if (5) {document.write("I like peanuts");}</script>(A) I like peanuts(B) undefined(C) nothing will be printed(D) None of the above |
| Answer» | |