I am writing at the beginning of the html
document:
<script src=js/JS_req.js></script>
Below I call the function:
<button type=submit class="btn btn-primary" data-dismiss=modal onclick = 'login_1()'>Увійти</button>
I will announce in the js file:
function login_1() { alert("Авторизация временно недоступна")};
And debager writes:
Uncaught ReferenceError: login_1 is not defined
(swears at the line where I called it by onClick
).