DOM

DOM

Source

An event signifies an occurrence, not an action. Phrased differently, it
represents a notification from an algorithm and can be used to influence the future course
of that algorithm (e.g., through invoking preventDefault()). Events must not be
used as actions or initiators that cause some algorithm to start running. That is not what
they are for.



Read Next page

Report Page