Link Search Menu Expand Document

Quoting Strings with Single Quotes

Summary

  • String values in JavaScript may be written with single or double quotes.

Final Code

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