+ 1
Use external js file with URL.
Any idea how to use file from http://client-api.glitch.me/eventemitter.js ????
3 Answers
+ 1
I think you can add
<script src="http://client-api.glitch.me/eventemitter.js"></script>
ONLY in head (as first child) of HTML document in your project
0
Thank you it's working!!
0
I am glad to help))