🔮 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 does this component render?
function Greeting({ name }) {
return <h1>Hello, {name}!</h1>;
}
<Greeting name="Alice" />