Invoking a JavaScript Function

This is my first blog. I think it’s appropriate to start with a simple JavaScript concept: Invoking a function. This is accomplished via two simple tasks:
First, create the function.
Second, invoke the function on some user action.
Let’s proceed to an example: Say we want to have a function that pops up a box that says ‘Hello’ [...]