Glich when testing maybe

Tell us what’s happening:

it wants me to remove all backslashes they’re none whats going on?

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 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Quoting Strings with Single Quotes

Link to the challenge:

Click the Reset All Code button to start over fresh. Then do exactly as the instructions ask and no more.

  • Change the outermost double quotes to single quotes
  • Remove the backslashes in front of the remaining double quotes

That’s it. That’s all you should do. If you do only the above then it will pass.

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