Discussion :: Javascript - CS
- How can you dispatch a synthetic event object?
Answer : Option A
Explanation :
When you have created and initialized an synthetic event object, you can dispatch it using the dispatchEvent() method of EventTarget.
Be The First To Comment