πŸ“Š JavaScript
Q. Which one of the following is correct output for the following given JavaScript code
Code:
<p id="demo"></p>  
<script>  
functionmyFunction()  
{  
document.getElementById("demo").innerHTML=Math.acos(0.5);  
}  
</script> 
  • (A) 01
  • (B) 4
  • (C) 00
  • (D) 047
πŸ’¬ Discuss
βœ… Correct Answer: (D) 047

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
200
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
96%
Success Rate