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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -