A
Q. What will be the output of the following JavaScript code?
Code:
<script>
var x = 10 + 20 * 5;
document.getElementById("tes").innerHTML = x;
</script>
var x = 10 + 20 * 5;
document.getElementById("tes").innerHTML = x;
</script>
- Correct Answer - Option(A)
- Views: 8
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.