I was wondering if there was any way to reference an external JavaScript library within the JavaScript code itself. This is the way I am normally doing it in html:
<script src="library link"></script>
but I was wondering if it was at all possible do an equivenlent thing in JavaScript code.