Quoting Strings in JavaScript
Single and double quotes work the same in JavaScript.
String values in JavaScript may be written with single or double quotes, as long as you start and end with the same type of quote.
String values in JavaScript may be written with single or double quotes, as long as you start and end with the same type of quote.
Comments