Problem encountered Quoting Strings with Single Quotes

Tell us what’s happening:

HI…even though i removed all backslashes it cannot continue.

this is what showing in result pane.
/*

  • // running tests

Remove all the backslashes ()

// tests completed

*/

i have an scr shot.but can’t upload due to lack of security clearance.

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; rv:65.0) Gecko/20100101 Firefox/65.0.

Link to the challenge:

Change the provided string to a string with single quotes at the beginning and end and no escape characters.

The intention is not that you add single quotes in addition to the double quotes, but that you use single quotes to wrap the string. Look at the description and examples again.