Log in

View Full Version : What will be the correct output of the following JavaScript code?



pooja escorts
09-05-2021, 07:57 PM
What will be the correct output of the following JavaScript code?

vivabeautyparlo
10-16-2021, 05:11 PM
<p id="demo"></p>
<script>
functionFunct()
{
document.getElementById("demo").innerHTML=Math.atan2(8,4);
}
</script>