Saved Bookmarks
| 1. |
What are some advantages of using External JavaScript? |
|
Answer» External JavaScript is the JavaScript Code (script) written in a separate file with the extension.js, and then we link that file inside the <head> or <body> element of the HTML file where the code is to be placed. Some advantages of external javascript are
|
|