πŸ“Š JavaScript
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
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1.10

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
203
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
87%
Success Rate