R
Q. What will be the output of the following JavaScript code?
Code:
<script>
let x = 10;
document.write(x, " , ", toString(x));
</script>
let x = 10;
document.write(x, " , ", toString(x));
</script>
- Correct Answer - Option(C)
- Views: 157
- Filed under category JavaScript
Discusssion
Login to discuss.