Let's test your knowledge. Click the correct answer from the options.
What is the purpose of the constructor method in React Component Lifecycle?
Click the option that best answers the question.
- To initialize the component's state and bind event handlers
- To render JSX elements
- To update the component's props
- To unmount the component from the DOM



