What is the difference between document.createEvent () and new Even ()?

Why can the click event of the created A tag be triggered with the event created by document.createEvent (), but not with
with new Even ()?

Mar.24,2021

new Even () is new Event () miswritten? The method of


createEvent (). It can be used to create a new event, but it has been abandoned.

Menu