+ 1
Can someone please explain why my code wont generate?
Can some on please tell me whats wrong with my code? https://code.sololearn.com/WoK21bcV0Or8
5 Answers
+ 3
Dez Zac
You got to get them all.
https://imgur.com/bdkgmWS
https://code.sololearn.com/W62JbLJ4joCr/#html
+ 3
You're welcome.
+ 1
Dez Zak
Letâs say youâre trying to use quotation marks inside a string. Youâll need to use opposite quotation marks inside and outside. That means strings containing single quotes need to use double quotes and strings containing double quotes need to use single quotes.
Quoted from JavaScript.com
https://www.javascript.com/learn/strings
+ 1
it's saying that new quote is undefined?
+ 1
i get it now ! thanks so much!