Does the ORDER of javascript files matter, when they are all combined into one file?

后端 未结 5 1368
北恋
北恋 2020-12-14 07:23

In todays modern age, where lots of (popular) javascripts files are loaded externally and locally, does the order in which the javascripts files are called

5条回答
  •  北海茫月
    2020-12-14 08:06

    If you have two files that define variables or functions with the same name, the order that they're included will change which one actually is defined

提交回复
热议问题