Skip to main content
✏️ Code CompletionRX React Easy+10 XP

JSX Return

Complete the functional component.

✏️ Fill in the blank
function Hello() {
  ___ <h1>Hello World</h1>;
}

✏️ Type the missing code: