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