InterviewSolution
Saved Bookmarks
| 1. |
What is the solution to the absence of a script tag without an src attribute?(a) Resend the scripts(b) Create inline JavaScript(c) Attach a javascript file(d) Include a fileI got this question in an interview.This intriguing question originated from Script Loading topic in portion Invocation and Performance Navigation of JavaScript |
|
Answer» Correct answer is (b) Create inline JAVASCRIPT |
|