There are times in JavaScript when you need to call a function one time and then never again for that page. Here is a flexible way of doing so! This method does not require the function being called to be declared a certain way because it is used when calling a function- not when defining a function.… Read more »