Basic JavaScript - Quoting Strings with Single Quotes

Tell us what’s happening:
i want to pass this step i have removed all the backlashes its still not working. solve it for me pls

Your code so far

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

//In the goodStr above, you can use both quotes safely by using the backslash \ as an escape character.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0

Challenge: Basic JavaScript - Quoting Strings with Single Quotes

Link to the challenge:

We don’t write answers for you.

You removed other characters too. Double check the very end of the string.

You changed one of the the original string html tags.