Question 3 of 10Pro Only
What is JSX? How does it differ from regular HTML?
Sample answer preview
## What is JSX? JSX (JavaScript XML) is a **syntax extension for JavaScript** that allows you to write HTML-like code in your JavaScript files. It's not required for React but makes code more readable.
JSXJavaScript XMLclassNamecamelCasecurly bracesself-closing tags