This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
What is JSX?
A combination of JavaScript and XML
A new version of JavaScript
The output of a React project
Why would you use JSX to create a React application?
JSX is the only supported method for creating React applications.
JSX allows for good code management. It injects the necessary logic with your HTML.
JSX is supported by all browsers.
What is the purpose of a bundler in web development?
To generate JSX
To convert JSX and other resources into JavaScript
To bootstrap an application
You must answer all questions before checking your work.
Was this page helpful?