Q. Which JavaScript property refers to the element that triggered the event?
β
Correct Answer: (A)
event.target
Explanation: event.target refers to the actual element that initiated the event.