Tell us what’s happening:
Not sure if it is me or what is happening over here. I keep on getting an error: You should remove all the backslashes
( \
).
Your code so far
var myStr = ‘Link’;
var myStr = '<a href="http://www.expample.com" target="_blank">Link</a>';
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS armv7l 12105.75.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.102 Safari/537.36
.
Challenge: Quoting Strings with Single Quotes
Link to the challenge: