Multiple choice What is the correct JavaScript syntax for opening a new window called "w2" ? w2 = window.new("http://www.site.com"); w2 = window.open"http://site.com"); Reveal answer Fill a bubble to check yourself B Correct answer