1.

Consider the JavaScript Code. If M is the number of alert dialog boxes generated by this JavaScript code and D1, D2, ............, DM represents the content displayed in each of the M dialog boxes, then:

A. M=3; D1 displays “12”; D2 displays “6”; D3 displays “12”.
B. M=3; D1 displays “6”; D2 displays “12”; D3 displays “6”.
C. M=2; D1 displays “6”; D2 displays “12”.
D. M=2; D1 displays “12”; D2 displays “6”.
Answer» E.


Discussion

No Comment Found