Returns a string that double quotes the given text
Optional
the text to inspect
a string that double quotes the given text
quoteSingle(undefined); // undefinedquoteSingle('foobar'); // '"foobar"' Copy
quoteSingle(undefined); // undefinedquoteSingle('foobar'); // '"foobar"'
Returns a string that double quotes the given text