1.

function myfun() { document.getElementById ("demo").innerHTML = Boolean(21 > 15);}3.What will be the output of the following JavaScript code?

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


Discussion

No Comment Found