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