I created a coding library for the public to use by putting a <script>
tag in the <head>
tag on the page but when I try to use the a function it says undefined
when it ran.
. I linked the url to the index.js
file but it doesn't load it to the client user.
<head>
<script src="https://github.com/<username>/<repo>/blob/master/index.js"></script>
</head>
When I run a console.log(ranInteger(1,10))
which I have defined in my index.js
file but I get a ranInteger is not defined
error. All help is welcome!
github user content
to the same problem @Elrod also people do use git as a download site for releases – Larcenous