<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
``` Task --------------------------------------------------------------------------- Give Parent a getInitialState function that returns the following object:{ name: ‘Frarthur’ }
Dont forget to separate getInitialState and render with a comma!
How to return an object? I have tried to create and object and then pass it but nothing seems to work.
<do not remove the three backticks above>