Quoting Strings with Single Quotes - Remove backlashes that arent there

Tell us what’s happening:

Your code so far


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

Hello, the freecodecamp LMS keeps asking to have backslashes removed but there arent any to begin with.


Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 11021.81.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36.

Link to the challenge:

You have deleted _ from _blank and also ; after </a>;