What will be done if more than one page requires a file of JavaScript code?

What will be done if more than one page requires a file of JavaScript code? Correct Answer Retrives from the browser cache

If a file of JavaScript code is shared by more than one page, it only needs to be downloaded once, by the first page that uses it—subsequent pages can retrieve it from the browser cache. This makes the loading process easier and hence faster.

Related Questions

Which is the function in JavaScript that will print the current page in JavaScript?
Where can a JavaScript code be placed in an html page?
L is older than M and taller than N. O is younger than P, older than N and shorter than Q. R is older than S, younger than N, shorter than S and taller than Q. S is older than L, M, O, P, Q, R and S is necessarily false?