Question:What will produce output for the following JavaScript code
var alpha=(15<20) && ("pen">"Sword");
 var beta=("big">"tall") && (20<30); 
 document.write(alpha+","+beta);
 

A true,false 

B false,true 

C true,true 

D false,false 

+ Answer
+ Report
Total Preview: 692

Copyright © 2024. Powered by Intellect Software Ltd