Question:What will produce for the following JavaScript code fragment?
var BidA="33";
var BidB="24"
document.write(Math.max(BidA,BidB));
 

A 33 

B 24 

C error 

D undefined 

+ Answer
+ Explanation
+ Report
Total Preview: 929

Copyright © 2024. Powered by Intellect Software Ltd