Question:What will be the output of the following code?var a=20; if(a>5 || <5) document.write("true"); else document.write("false");
var a=20; if(a>5 || <5) document.write("true"); else document.write("false");
A True B False C No output
+ AnswerC
+ Report