Q. Which character in JavaScript code will be interpreted as XML markup?
β
Correct Answer: (C)
&
Explanation: If your JavaScript code contains the < or & characters, these characters are interpreted as XML markup.