JavaScript External File




Check out my new site at http://www.youtubemuse.com/

This screencast is going to talk about attaching external JavaScript files to your HTML document. You can put your common JavaScript code in a separate JavaScript document so you can link to this JavaScript file from all your HTML page. This way, you can reuse your code over an over again.

Original source


22 responses to “JavaScript External File”

  1. can you show how you would load functions which were written in an external javascript file into HTML, using console.log(). How do I call the functions that were written in that file?? Please help…if you still respond to comments on this video.

Leave a Reply