Q. What is the correct syntax for opening a new window called “f2”?
β
Correct Answer: (B)
f2 = window.open("https://example.com");
You must be Logged in to update hint/solution