Q. How can you dispatch a synthetic event object?
β
Correct Answer: (A)
dispatchEvent()
Explanation: When you have created and initialized an synthetic event object, you can dispatch it using the dispatchEvent() method of EventTarget.