Question:What is the output of following JavaScript code?  
<script type="text/javascript">   
 x=4+"4";
 document.write(x); 
</script>
 

A 44 

B 8 

C 4 

D Error outpur 

+ Answer
+ Report
Total Preview: 383

Copyright © 2024. Powered by Intellect Software Ltd