What is external javascript?



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

Post New Answer

More JavaScript Interview Questions

How to have an element invoke a javascript on selection, instead of going to a new url?

1 Answers  


What do you mean by script?

1 Answers  


Why it is not advised to use innerhtml in javascript?

1 Answers  


Which built-in method returns the calling string value converted to upper case?

1 Answers  


Do I need to install javascript?

1 Answers  


Explain javascript accessors ?

1 Answers  


Do hackers use javascript?

1 Answers  


How to find the selected radio button immediately using the 'this' variable?

1 Answers  


What is a closure javascript? Explain

1 Answers  


How to access an external javascript file that is stored externally and not embedded?

1 Answers  


How do I get javascript?

1 Answers  


List few difference between primitive and non primitive javascript data types?

1 Answers  


Categories