Working with calling remote javascript file in html [closed]

I’d like to work with an external javascript file, but i have no idea how to call it and display the data it generates.
Lets say the link is: https://vsite.com/remote/vacancy/key/e994ba67775bbfe6adcf55a2234823483e3d70e8fa87/format/js
(I changed the site and key due to privacy).

I tried the following:

<script src="https://vsite.com/remote/vacancy/key/e994ba67775bbfe6adcf55a2234823483e3d70e8fa87/format/js" </script>

But that doesnt work, it just keeps loading.

Anyone can point me in the right direction?