πŸ“Š JavaScript
Q. What will be the correct output of the following JavaScript code?
Code:
<p id="demo"></p>  
<script>  
functionmyFunc()  
{  
document.getElementById("demo").innerHTML=Math.asinh(1);  
}  
</script>  
  • (A) 0.80
  • (B) 0.78
  • (C) 0.50
  • (D) 0.88
πŸ’¬ Discuss
βœ… Correct Answer: (D) 0.88

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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