When are javascript functions executed The question seems to be about whether slow async loading of a sourced script can create a situation where its functions are not available. The answer should be that since script loading loading is synchronous this is not an issue.