Vidyalelo
JavaScript · Q36

Document Object Model And Event Handling

Programming · JavaScript · question 36

Q36

What will happen if the first argument of open() is omitted?

A.
Error Page
B.
Remains in the same page
Answer
C.
about:blank
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
When the first argument of the open() is omitted, the about:blank is opened.