Answers for "external js contain script tag?"

67

include script in html

<script type="text/javascript" src="/path/to/script.js"></script>
Posted by: Guest on July-17-2020
1

how to include script file in javascript with javascript

check this link:
https://stackoverflow.com/questions/950087/how-do-i-include-a-javascript-file-in-another-javascript-file
it wil tell you it in all js variants (including jQuery and node.js)
Posted by: Guest on March-17-2022

Browse Popular Code Answers by Language