The next step is adding the render() function. The render function is required to display the markup of the component.

Finish adding the render() function here.

Great job! Without render() the component won't display anything.

We'll need to add the render() function with opening and closing braces.