A
Q. What will be the output of the following JavaScript code?
Code:
<script>
document.write(Math.round(107.5))
</script>
document.write(Math.round(107.5))
</script>
- Correct Answer - Option(C)
- Views: 3
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.