JavaScript links load asynchronously, so the second one may complete its fetch before the first one does even though the first link makes its fetch request earlier.. The fetched content (the "src" attributed) will be loaded into the open document in the order received from the relevant server(s).
|