//check if myProcedure() function exists if (typeof myProcedure === "function") { // This function exists }