Question 1 out of 20
What is JSX?
A React-specific syntax
JSX is a syntax extension for JavaScript used in React to describe the appearance of the user interface.
Added to