Question:What will be the output of the following code?
var a=20;
if(a>5 || <5)
 document.write("true");
else
 document.write("false");
 

A True 

B False 

C No output 

+ Answer
+ Report
Total Preview: 888

Copyright © 2024. Powered by Intellect Software Ltd