<script src="Tone.js"></script>
<script>> is the element that is used to load JavaScript
files
src
attribute tells us that we are loading JavaScript
from a separate file...Tone.js
file to exist in the same directory.JavaScript
it's a good practise to also close the element, even though there's no actual content inside it.