InterviewSolution
Saved Bookmarks
| 1. |
In which order are scripts executed |
|
Answer» It doesn't MATTER whether it's an EXTERNAL script or an inline script - they are EXECUTED in the order they are ENCOUNTERED in the page. Inline scripts that COME after external scripts are held until all external scripts that came before them have loaded and run |
|