Question:What will produce for the following JavaScript code
var alpha="apples";
 var beta="Apples";
 var output=alpha>beta;
 document.write(output);
 

A true 

B false 

C null 

D 0 

+ Answer
+ Report
Total Preview: 792

Copyright © 2025. Powered by Intellect Software Ltd