Question:What will produce the output of following JavaScript code?<script type="text/javascript"> document.write(parseFloat(9+10)); </script>
<script type="text/javascript"> document.write(parseFloat(9+10)); </script>
A 19 B 19.00 C 910 D error
+ AnswerA
+ Report