Question:What will be output for the following javascript code fragment:var wrong=(6==5) document.write(wrong);
var wrong=(6==5) document.write(wrong);
A false B true C wrong D syntax error
+ AnswerA
+ Report