Question:What are lifecycle hooks in Vue.js?
A Methods that are called at specific stages of a component's lifecycle
B Methods that are called when a user interacts with a component
C Methods that are called when a component is destroyed
D Methods that are called when data properties change
+ AnswerA
+ Report