Answers for "using js file function from html"

2

git reset hard for remote

git reset --hard <commit-hash>
 git push -f origin master # only works for unprotected branches that allow force push
Posted by: Guest on September-21-2020
2

how to reference a javascript file in html

<script type="text/javascript" src="path/filename.js"></script>
Posted by: Guest on March-24-2021

Code answers related to "using js file function from html"

Browse Popular Code Answers by Language