An official website of the United States government


end of header

function UserOfTheWeek({ user }) { return ( <div> <h2>Featured User</h2> <p>Name: {user.name}</p> <p>Bio: {user.bio}</p> <img src={user.avatar} alt="User Avatar" /> </div> ); }

Germanbigbutts -

function UserOfTheWeek({ user }) { return ( <div> <h2>Featured User</h2> <p>Name: {user.name}</p> <p>Bio: {user.bio}</p> <img src={user.avatar} alt="User Avatar" /> </div> ); }

X
  Is this page helpful?
Thumbs Up Image Yes    Thumbs Down Image No
X
No, thanks
255 characters remaining
X
Thank you for your feedback.
Comments or suggestions?