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

A NaN 

B Infinity 

C 0 

D Undefined 

+ Answer
+ Report
Total Preview: 972

Copyright © 2024. Powered by Intellect Software Ltd