A

Admin • 833K Points
Coach

Q. What is the correct syntax for opening a new window called “f2”?

  • (A) f2 = window.new("https://example.com");
  • (B) f2 = window.open("https://example.com");
  • (C) f2 = document.open("https://example.com");
  • (D) f2 = document.new("https://example.com");
  • Correct Answer - Option(B)
  • Views: 21
  • Filed under category JavaScript
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.