Relative Content

Tag Archive for javascripthtmlfrontendfunction-callscript-tag

How to add src file to html script

forgive me as I am very new to html development. I am trying to call a js function I wrote inside of the file src/backend/script.js. The function is never getting called inside my html file. I know the function works because when I put the js code directly into the html script tag it works fine.