A
Q. What will be the output of the following code snippet?
Code:
<script type="text/javascript">
a = 5 + "9";
document.write(a);
</script>
a = 5 + "9";
document.write(a);
</script>
- Correct Answer - Option(D)
- Views: 5
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.