I've got variable:
let script = `<script type="text/javascript" src="site.com/inpage-banner/ipp.php?position=` + position + `&sitecat=` + site_cat_inpage + `&timeout=` + Timeout_inpage + `" >` + `</script>`;
And error is Uncaught SyntaxError: Unexpected end of input. Browser thinks that </script> is the end of script, not part of string. What's wrong? </script> is in quotes so it should be no error