Answers for "scripts.js file"

23

script tag to include js file

<script type="text/javascript" src="path-to-javascript-file.js"></script>
Posted by: Guest on March-08-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