Q. What will be done if more than one page requires a file of JavaScript code?
β
Correct Answer: (B)
Retrives from the browser cache
Explanation: 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.