1.

function message() { var name = "Bench"; alert(name); }10.What is the output for code A and B?

A. 10,10
B. 10,11
C. 11,10
D. 11,11
Answer» C. 11,10


Discussion

No Comment Found