Home / Programming MCQs / JavaScript MCQs / Question

P

Praveen Singh • 27.20K Points
Instructor II

Q. What will be the correct output of the following JavaScript code?

Code:
<p id="demo"></p>  
<script>  
functionFunct()  
{  
document.getElementById("demo").innerHTML=Math.atan2(8,4);  
}  
</script>  
(A) 1.01
(B) 1.10
(C) 1.05
(D) 1.11

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.