Try this exercise. Is this statement true or false?
Render Props is a pattern in React where a component accepts a prop that is a function, and calls that function with the component's state as an argument.
Press true if you believe the statement is correct, or false otherwise.