Question 1: What is event delegation in JavaScript?
Question 2: Which method helps in identifying the target element in event delegation?
Question 3: What is event bubbling in JavaScript?
Question 4: Which phase is event bubbling associated with?
Question 5: Which event property can be used to stop event bubbling?
Question 6: What is the advantage of event delegation?
Question 7: In event bubbling, which element handles the event first?
Question 8: What will happen if stopPropagation() is called inside an event?
Question 9: Which method allows you to add event listeners in capturing phase?
Question 10: In event delegation, which property ensures that the event is correctly associated with the intended child?