Multiple Choice
Which of the following raises 2 to the power of 3?
A) Math.pow(3,2)
B) Math.pow*2 *3
C) Math.pow(2,3)
D) Pow.math(2,3)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The onLoad event handler is placed with
Q16: In an if…else statement,the statements between the
Q17: Identify the letter of the choice that
Q18: The comparison,a===b,is true if a equals b
Q19: The isNaN()function is one of several functions
Q21: The Math object can be used to
Q22: Although scrolling text can be assigned to
Q23: The statement,beginPos = beginPos * 1,increments the
Q24: A(n)_ is a JavaScript object that stores
Q25: Which of the following event handlers triggers