Whether string literals are delimited with apostrophes or quotation marks.
var s = 'hello';
var s = "hello";