class date extends React.Component { render() { return <h1>Todays Date is : {this.props.date}</h1>; } }
This question is part of this quiz :