<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.>
``` var Friend=React.createClass({ render : function () { var friend=friends[1];return (
{friend.title}
Friend’s’
should contain {friend.title}. – the error i am getting<do not remove the three backticks above>