Q. Which of the following is true about JSX?
β
Correct Answer: (B)
It allows HTML to be written in JavaScript
Explanation: JSX allows embedding HTML-like syntax into JavaScript code.