Please help to replace Quoting Strings with Single Quotes

Tell us what’s happening:

Your code so far

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

myStr = myStr.replace("/\"/g","'");

Your browser information:

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

Link to the challenge:

var myStr = ‘<a href`=“http://www.example.com” target=“blank”>Link’;
what’s wrong with this statement?