javascript - JS difference between filename.js and ./filename.js -
this question has answer here:
- absolute vs relative urls 12 answers
can me understand, difference between filename.js , ./filename.js
(note: while include in html or js file)
as far know, there no differences: both point file named filename.js in current directory.
Comments
Post a Comment