JSX gets compiled into ________ by tools like Babel.

  • CSS
  • HTML
  • JavaScript
  • XML
JSX (JavaScript XML) gets compiled into JavaScript by tools like Babel. It's important to understand that JSX is a syntax extension for JavaScript, allowing developers to write HTML-like code within their JavaScript files. This JSX code is then transformed into standard JavaScript code that browsers can understand.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *