file path for js inside my html example
Example 1: include script in html
<script type="text/javascript" src="/path/to/script.js"></script>
Example 2: path in html
/ = Root directory
. = This location
.. = Up a directory
./ = Current directory
../ = Parent of current directory
../../ = Two directories backwards