Q43
Which character in JavaScript code will be interpreted as XML markup?
A.
!
B.
>
C.
&
AnswerD.
.
Answer: Option C
Solution
Answer: Option C
Solution:
If your JavaScript code contains the < or & characters, these characters are interpreted as XML markup.