Multiple Choice
What is the value of num after the following statements are performed
Num = 2.4589;
Num = num.toFixed( 2 ) ;
A) 2
B) 2.46
C) 2.5
D) 2.45
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The _ multiple-selection statement is used to
Q4: Which of the following is not required
Q5: What would the browser display if it
Q6: Which of the following will not evaluate
Q7: What would the browser display if the
Q9: What would the browser display if it
Q10: Consider the following code selections. Assume count
Q11: In a switch statement, the _ case
Q12: What would the browser display if it
Q13: Switch statements contain _ labels.<br>A) select<br>B) if...else<br>C)