Answers for "Quoting Strings with Single Quotes"

0

Quoting Strings with Single Quotes

doubleQuoteStr = "This is a string"; 
singleQuoteStr = 'This is also a string';
Posted by: Guest on June-10-2021
0

Quoting Strings with Single Quote

var myStr = '<a href="http://www.example.com" target="_blank">Link</a>';
Posted by: Guest on June-24-2021

Code answers related to "Quoting Strings with Single Quotes"

Browse Popular Code Answers by Language