there is a scenario where I need to dynamically load a list of js resources and make sure that they are executed in order, starting with
but does this guarantee the order of execution? For example, jquery must guarantee the first execution?
ask for advice