0
What do you put before exclaiming a string in JavaScript? like if i wanted to say “memes” what would I put before it?
2 ответов
+ 1
You mean using quoted string? for the quoted string prepend a backslash before the quote.
alert("That's a \"brilliant\" idea!");
Edit: This topic is covered in the lesson, check again.
0
not what i meant, but thanks anyways