What is external javascript?
Answer / Swati Passi
External JavaScript is a method of writing scripts that are stored in separate files, instead of being written within the HTML file. This allows for a cleaner separation between content and behavior, promotes code reusability, improves performance (by allowing caching), and simplifies maintenance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to have an element invoke a javascript on selection, instead of going to a new url?
What do you mean by script?
Why it is not advised to use innerhtml in javascript?
Which built-in method returns the calling string value converted to upper case?
Do I need to install javascript?
Explain javascript accessors ?
Do hackers use javascript?
How to find the selected radio button immediately using the 'this' variable?
What is a closure javascript? Explain
How to access an external javascript file that is stored externally and not embedded?
How do I get javascript?
List few difference between primitive and non primitive javascript data types?