Loading

Quipoin Menu

Learn • Practice • Grow

react / Props in React
exercise
1/5
Exercise 1React
Question

Create a functional component 'Welcome' that accepts a prop 'name' and displays 'Welcome, {name}'. Then use it in App with name='John'.