Q. Find output of below Javascript code
Code:
<script> document.write(2+2 + " = 2 plus 2"); </script>
β
Correct Answer: (B)
4 = 2 plus 2
<script> document.write(2+2 + " = 2 plus 2"); </script>
You must be Logged in to update hint/solution