Answers for "include js file without script tag"

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
0

how to include script file in javascript

import('your-file-name.js')
//this only works for javascript files
//and with bugs or half bugs it won't work
Posted by: Guest on March-17-2022

Browse Popular Code Answers by Language