JavaScript Function Invocation

In JavaScript, the code inside a JavaScript function is not executed until you call that function.

Code :