javascript - JS difference between filename.js and ./filename.js -


this question has answer here:

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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -