InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of script loading?(a) Load Scripts programmatically(b) Load JavaScript files manually(c) Load JavaScript files programmatically(d) Load Scripts programmatically & manuallyThe question was asked during an interview.This interesting question is from Script Loading topic in section Invocation and Performance Navigation of JavaScript |
|
Answer» The correct choice is (c) Load JAVASCRIPT files PROGRAMMATICALLY |
|