What is the correct way to dynamically import JavaScript (.js) files into a parent JavaScript code, please?
I am using the following code, but it seems not correct:<
In svk.js add the following (after the variable deceleration):
svk.js
svkLoaded();
In the master code file add the following:
function svkLoaded() { alert("Pet Name: " + PETNAME); }