Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
React
easy
React
function components
Single-choice MCQ
1 views
What renders here?
function Hi({name}){return <p>Hi {name}</p>} <Hi name="Alice"/>