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

Submitted by: Administrator
This can be achieved by using the following tag between head tags or between body tags.
<script src="abc.js"></script>How to access an external JavaScript file that is stored externally and not embedded? where abc.js is the external JavaScript file to be accessed.
Submitted by: Administrator

Read Online JavaScript Job Interview Questions And Answers