There are 3 JavaScript functions in the HTML page, load(), unload() and sayHi().
The first one will be called when the HTML page has been loaded by your browser.
The second one will be called when the HTML page is being unloaded,
for example when you go to another page.
Click here to execute the third JavaScript function.