JQuery Ready Calls No Argument No Return Function

This is an example of calling a Javascript function that takes no arguments and returns no values. The function is called from the JQuery ready method. You need a web browser console window open to observe. Refresh page as needed.

Functions that return no values are called void functions. Void functions might perform tasks with variables shared by other functions and on the Document Object Model (DOM).