I dont know where is the backslash

Tell us what’s happening:

Hi Guys,
could someone help me what is wrong with below code?
regards,

Your code so far


var myStr = '<a href="http://www.example.com" target="_blank">Link<a>';

Your browser information:

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

Challenge: Quoting Strings with Single Quotes

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/quoting-strings-with-single-quotes

Take a look at the ending a tag. Something is missing there.

Depence onto the keyboard and country ure in but, a quick google search would give u the answer
on mac it’s ussualy left the enter
on windows it’s above it

Guys,
the problem is that the program tells me that u have backlash in the string however i dont have :slight_smile:
regards,

Alright here are some free backslash for u to take :slight_smile: // \\

The test result is a little misleading. You don’t have a backslash anywhere but you are missing a forward slash in one of the tags in the HTML.