function Welcome(props) { return <h1>Hello, {props.name}</h1>; } return Welcome();