JS Coding Questions Logo
JS Coding Questions
#332💼 Interview

What is the difference between internal and external javascript

Advertisement

728x90

Internal JavaScript: It is the source code within the script tag.

External JavaScript: The source code is stored in an external file(stored with .js extension) and referred with in the tag.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 75

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
332of476
What is the difference between internal and external javascript | JSCodingQuestions.com