Hi, I need help.
const myStr = “\nFirstLine\n\t\SecondLine\nThirdLine”; — This is my code
myStr
should only contain characters shown in the instructions — ¿Where?
const myStr = "\nFirstLine\n\t\\SecondLine\nThirdLine"; // Cambia esta línea
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: JavaScript básico - Escapa secuencias en cadenas
Enlaza al desafío: