pointing to an external javascript file in html

Solutions on MaxInterview for pointing to an external javascript file in html by the best coders in the world

showing results for - "pointing to an external javascript file in html"
Juliana
02 Apr 2016
1<script src="my_javascript_file.js"></script> 
2      <!-- Both work -->
3<script src="../src/js/[file_name].js"></script>