1.

var b5 = Boolean('false');
document.getElementById ("demo").innerHTML =b5;
5.What will be the output of the following JavaScript code?

A. true
B. false
C. error
D. undefined
Answer» C. error


Discussion

No Comment Found