function runFunction() { myFunction(); } function myFunction() { alert("runFunction made me run"); } runFunction();