Computer Science, asked by ASHIISH3455, 11 months ago

Which is the opposite to the load event in JavaScript?
A.dontload
B.postload
C.preload
D.unload

Answers

Answered by AbithPaarkavi2005
0
please mark as brainliest

Which is the opposite to the load event in JavaScript? Explanation: The unloadevent is the opposite of load: it is triggered when the user is navigating away from a document. An unloadevent handler might be used to save the user's state, but it cannot be used to cancel navigation.
Similar questions