What will happen if the first argument of open() is omitted?
A
Error Page
B
Remains in the same page
C
about:blank
D
Reloads the page
Correct Answer: Remains in the same page
The first argument in the open function is for the url of the page which is to be opened. When the first argument of the open() is omitted, the about:blank is opened.