+ 1
Escape string characters.
generate the correct output. Remember, you must escape quotes in strings to correct errors in your code. //console.log('I'm learning JavaScript'); console.log("A quote: \"Java is to JavaScript as ham is to hamster.\" ");
3 Respuestas
+ 1
then I exchange it with
Console.log (‘I’m learning JavaScript’)
+ 1
they gave me that code I have to add string escapes I do it but it does not run complete
0
I am stuck here as well for 1 hour and I am beyond frustrated.