Quoting Strings with Single Quotes Not Working?

**The challenge is saying to remove all the () from the code. I only see (/) but it won’t let me move 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 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/quoting-strings-with-single-quotes

Hello rmccr008,

You need to add a forward slash to your closing anchor tag and you should be good to go!

ex