Hi guys I just want to know is there any possibility to pass variables from
<script src="js/scripts.js"></script>
this tag? I mean something like this:
<script src="js/scripts.js">$par = "hello world"</script>
or
<script src="js/scripts.js" par="hello world"></script>