Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 11 How do you round the number 8.17, to the nearest integer? Math.round(8.17) rnd(8.17) round (8.17) Math.rnd(8.17) 5 pts Question 12 How do
Question 11 How do you round the number 8.17, to the nearest integer? Math.round(8.17) rnd(8.17) round (8.17) Math.rnd(8.17) 5 pts Question 12 How do you find the number with the highest value of x and y? Math.ciel(x,y) ceil.(x,y) Math.max(x,y) top(x,y) 5 pts Question 13 How can you detect the client's browser name? navigator.appName browser.name client.navName clienName 5 pts Question 14 What is the correct Javascript syntax for opening a new window called "w2" ? O OO w2 = window.new("http://www.w3schools.com"); w2 = window.open("http://www.w3schools.com"); w2 = http://www.w3schools.com 5 pts w2 = open("http://www.w3schools.com"); Question 15 How does a WHILE loop start? while (i
Step by Step Solution
★★★★★
3.28 Rating (157 Votes )
There are 3 Steps involved in it
Step: 1
The detailed answer for the above question is provided below 11 To round the number 817 to the neare...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started