1.

Which method is called when a component is being removed from the DOM?

Answer»

Which METHOD is CALLED when a component is being REMOVED from the DOM?
CHOOSE the correct option from below list
(1)componentWillUpdate()
(2)componentDidMount()
(3)componentWillUnmount()
(4)componentWillMount()

Answer:-(3)componentWillUnmount()



Discussion

No Comment Found