Why dosent work thiscode

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


var myStr=I am a "\double quoted"\ string inside \"double quotes\".

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

:grey_question:

1 Like

You have not filled this out in the last 5 topics you have created. Please actually describe what you need help with.

2 Likes

when i write this code cant go i dont know

What do the failing tests say? What else have you tried?

1 Like

tell me about this code
i should not change the variable declarations in the // Setup section.

lastNameLength should be equal to eight.

i should be getting the length of lastName by using .length like this: lastName.length .

// Setup

var lastNameLength = 0;

var lastName = “Lovelace”;

// Only change code below this line

lastNameLength = lastName;

It look like you are now talking about a different problem. If you have finished the other problem and are now having difficulty with a different problem, please create a new thread.

okay thanks i will do because i tought is like comments

@simo Every new (different, unrelated) question should be a new topic because, I think, so that others who are also needing help with the same question can search it easier. And also keeps the topic from getting too long.

Helps to organize the forums better.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.