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