how to access javascript variable in html from js file code example
Example: how to connect a javascript file to html
<script src="name.js">
//put in your javascript here
</script>
<script src="name.js">
//put in your javascript here
</script>