Hello everyone!

In javascript
Sometimes requires the use variable call function
So I went to the Function

//Assuming the Function name is fName
fName = 'myFunction';

//Established Function to test
function myFunction()
{
   alert('this is myFunction! ');
}


//Check Function names are present
//If there then call
if (typeof window[fName] == 'function')
{
   window[fName]();
}


I hope everyone has to help
Thanksgiving