-
Hello, world!
-
This is an example of nested JSX elements.
-
-);
-```
-
-## JSX Represents Objects
-
-Under the hood, JSX represents JavaScript objects called "React elements". When you use JSX, your JavaScript code gets automatically transformed into these React elements.
-
-Here's an example of a JSX element and its corresponding JavaScript object:
-
-```jsx
-const elementJSX = (
-