HomeTracks
Explorer···
THEEBUG
Completed0/6
Score0
JSXlesson1.jsx×
THEEBUGlesson1.jsx
1
function Greeting() {
2
return <h1>Hello, ______!</h1>;
3
}
$[system] Theebug ready. Happy coding!
Code BlocksDrag blocks into the drop zones above
4 blocks available
world
{world}
"world"
React
Game Panel
0:000 pts
Level 1 of 6JSX & Components
0/1 slots correct
Objective
Complete the JSX so the component renders "Hello, world!"
Expected Output
Hello, world!
Debug says:
Welcome to React! A component is just a function that returns JSX — markup that looks like HTML but lives right inside your JavaScript. Which block completes the greeting as plain text?
Debug the Worm