What will be done if more than one page requires a file of JavaScript code?
A
Downloads that many times
B
Retrives from the browser cache
C
Must be re executed
D
Must be included in all the pages
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.