Vidyalelo
JavaScript · Q43

Server

Programming · JavaScript · question 43

Q43

Which character in JavaScript code will be interpreted as XML markup?

A.
!
B.
>
C.
&
Answer
D.
.

Answer: Option C

Solution

Answer: Option C
Solution:
If your JavaScript code contains the < or & characters, these characters are interpreted as XML markup.