Hello. Question about the procedure for declaring the import of JavaScript
files. Does it matter in the program, which script in the ad is higher and which is lower?
For example
<script type="text/javascript" src="js/EditingTemplateWindow.ui.js"></script> <script type="text/javascript" src="js/EditingTemplateWindow.js"></script>
UPD1 :
A type expression
vasia = function() { // Вася беги!!! }
is the executable part when loading a script?