I know this is beyond simple but for some reason I'm stuck in a rut with this one. I'm simply trying to declare a string as shown in the code below, however it's generating the following error.
Uncaught SyntaxError: Invalid or unexpected token
var myString = "<script src='http://some.somedomain.com/some/path/to/some/thing/thing.js'></script>";
Question: Why is this string declaration throwing the error?
<script>tag itself?<\/script><\/scriptonly</script>closing tag, any ideas here?