<!-- Начало html кода -->
<div>
<p>Какой то html код</p>
</div>
<!-- Далее вставляете тег <script> и в нём пишете js -->
<script>
const str = "А тут уже рабочий js код, внутри html документа";
const sum = 2 + 2;
pdfjsLib.GlobalWorkerOptions.workerSrc = 'mozilla.github.io/pdf.js/build/pdf.worker.js';
</script>
<script> </script>
и в него пишите нужный вам js