Skip to main content
🔮 Output PredictionRX React Easy⚡+10 XP

Props Access

What does this component render?

React
function Greeting({ name }) {
  return <h1>Hello, {name}!</h1>;
}
<Greeting name="Alice" />

🔮 What is the output?