What does the message mean Uncaught SyntaxError?
Greetings to the whole community. Why every time I want to run a code appears the following message? Uncaught Syntax Error: Unexpected token < Line 1.
\n\n☝️copy☝️","upvoteCount":19},{"@type":"Answer","text":"Mike Perkowski your welcome, sir\n\nIs it working now?","upvoteCount":17},{"@type":"Answer","text":"you wrote HTML in the JS tab ...\nJavaScript doesn't recognise the HTML, so it gives an error message","upvoteCount":3},{"@type":"Answer","text":"just remove everything which is HTML from the JS tab (basically anything that starst or ends with <>)","upvoteCount":3},{"@type":"Answer","text":"because you probably have a < somewhere in your code which doesn't belong there or you havn't closed a bracket or something like that...\nIt would help alot if you shared the code your having trouble with ... otherwise thats all we could tell you...😅\n\nBy the way a Syntax Error is when your code is not written properly, like things are missing or at wrong places or shouldn't be where they are.😅","upvoteCount":1},{"@type":"Answer","text":"just share your code in this thread ... 😅","upvoteCount":1},{"@type":"Answer","text":"Daniel [#United We Stand🇮🇳] Great, thanks.","upvoteCount":1},{"@type":"Answer","text":"Daniel [#United We Stand🇮🇳] :-)","upvoteCount":1},{"@type":"Answer","text":"Since I started I have had this problem. I have reviewed my codes and I can not find the error.","upvoteCount":0},{"@type":"Answer","text":"are you maybe using some sort of library or something like that, which you have acedentally opened perhaps edited?","upvoteCount":0},{"@type":"Answer","text":"The code https://code.sololearn.com/WA9TU09qgHXS/?ref=app","upvoteCount":0},{"@type":"Answer","text":"Ok, thanks.","upvoteCount":0},{"@type":"Answer","text":"Daniel [#United We Stand🇮🇳] it worked but it warns of an error in line 2 >> https://code.sololearn.com/WA9TU09qgHXS/?ref=app","upvoteCount":0},{"@type":"Answer","text":"Daniel [#United We Stand🇮🇳] Now everything is in order. >> https://code.sololearn.com/WA9TU09qgHXS/?ref=app\n\nThank you very much for your help.","upvoteCount":0},{"@type":"Answer","text":"nice question","upvoteCount":0}]} }
Greetings to the whole community. Why every time I want to run a code appears the following message? Uncaught Syntax Error: Unexpected token < Line 1.