Web technologies Questions | React.js Quiz | Set-3 | Question 6

Last Updated :
Discuss
Comments
Which of the following is needed to change the code for compilation?
class date extends React.Component {   render() {     return <h1>Todays Date is :  {this.props.date}</h1>;   }  }
Remove this
Capitalize date
Remove the render
The return value
Share your thoughts in the comments