Quiz 005 - Attempt Review PDF
Quiz 005 - Attempt Review PDF
Quiz 005 - Attempt Review PDF
Question 1 What do the properties and methods of the Math object enable you to do?
Correct
b. 4!=3
c. 4==3
b. &&
c. =
Question 4 If str = "Jose, Enrique, Vicente" and res = str.slice(15,22), what will be the resulting value of res?
Correct
c. ,Vicent
d. Enrique
Question 5 Which of the following comparisons will return false?
Correct
b. 4<=3
c. 3==3
Question 6 Which of the following would correctly write the value of pi on a Web page?
Correct
b. document.write(Math.PI);
c. document.write(Math.pi);
c. !(17>=20)
d. (1==1)&&(2<0)
Select one:
a. E
c. H
d. 69
b. Performs a comparison