Question:What will render output for the following JavaScript code:
var a=34;
var b=0
document.write(a/b)
 

A NaN 

B Infinity 

C 0 

D Undefined 

+ Answer
+ Report
Total Preview: 859

Copyright © 2025. Powered by Intellect Software Ltd