Js unexpected token ' line 2 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Js unexpected token ' line 2

I got the error in the title of this question and here's the two lines that i didn't manage to change them in my code function make_images(li) { var download = '<form method="get" action=';

12th Jan 2020, 8:52 AM
WARLORD
WARLORD - avatar
3 Answers
+ 6
WARLORD , Hello , please post complete code in code playground and then share link here. follow this post: https://www.sololearn.com/post/75089/?ref=app looking at current state of your question , you have missed a closing curly bracket } apart from this I'll suggest to use template literals , backticks instead of single or double quotes for string with HTML content as it can span multiple lines . FYI this is backtick 👉 ` backticks are also called grave accent.
12th Jan 2020, 9:00 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 4
🇮🇳Omkar🕉 my code is private because i'm making an application but what i can tell you that i'm using the following : Ajax appendchild ,setattribute and createelement operations instead of innerhtml(i used innerhtml in the code in the question then i changed it to js appendelement and createelement operations I'm sorry but i can't post the full code Anyway i'm not even using the expression ' in my code, not even in a single variable
12th Jan 2020, 1:35 PM
WARLORD
WARLORD - avatar
+ 4
🇮🇳Omkar🕉 problem solved it was something with the server messages anyway thanks for help so here's a "best answer" mark
12th Jan 2020, 3:26 PM
WARLORD
WARLORD - avatar