I am using javascript. Suddenly getting the following syntax errors. Not sure from where it is coming. Uncaught SyntaxError: Invalid regular expression: missing / Uncaught SyntaxError: Unexpected end of input
Can you please help on this?
Remove </script> from your code. Since it is a .js file, you can't use script tags here. script tags are only allowed inside html files
</script>
.js
html