Can't fix this problem please help

Tell us what’s happening:
need help

Your code so far

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

Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/quoting-strings-with-single-quotes

You’re not going to keep the first line, but replace it with the second (which is correct).

1 Like

Thank you very much.