hello everyone,
const myStr ='<a href="http:www.example.com" target="_blank">Link<a>';
I had written this way but it’s asking me to remove he backslash how to do that here?
Thanks
hello everyone,
const myStr ='<a href="http:www.example.com" target="_blank">Link<a>';
I had written this way but it’s asking me to remove he backslash how to do that here?
Thanks
which challenge are you working on? please click on ask for help
button in the challenge instructions to create post on the forum properly
you are missing some /
characters, like in the url, or in the anchor closing tag
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.