Question:What will render output for the following JavaScript code: var a=0; var b=0 document.write(a/b)
var a=0; var b=0 document.write(a/b)
A NaN B Infinity C 0 D Undefined
+ AnswerA
+ Report