Ayuda con una lesion! "doble comillas"

hola

no he podido avanzar con mi curso, necesito ayuda con este problema:

const myStr = "I am a \"double quoted\" string inside  \"double quotes\"."; // Cambia esta línea

hago lo que dice la guia pero no me quiere aprobar el ejercicio agradezco mucho su apoyo.

Gracias

It really helps other people help you if you don’t delete the link to the challenge.

You have two spaces after the word inside.

hola

gracias por tu tiempo para ayudarme

elimine los espacios entre comillas y tampoco me sirve.

const myStr = "I am a\"double quoted\"string inside\"double quotes\"."; // Cambia esta línea

I didn’t mean for you to clobber all spaces inside of the sentence. Then the final result can’t be read. You just need to remove the extra space here:

Edit: The quoting “helpfully” removed the issue I was highlighting. You have two spaces here instead of one.

sigue siendo incorreco

Pictures of code are not helpful. Please post your actual code.

const myStr = "I am a \"double quoted\" string inside\"double quotes\"."; // Cambia esta línea

You went from two spaces here to zero spaces here. What about trying one space here?

hola…

Muchas gracias ya aprobe la lesion

aunque ya habia probado eso y no me aprobo!

const myStr = "I am a \"double quoted\" string inside \"double quotes\"."; // Cambia esta línea

[/spoiler]
muchas gracias por tu tiempo!

1 Like