JScript  

Unterminated string constant

[This is preliminary documentation and subject to change]

You did not end your string constant with a closing quotation mark. String constants must be enclosed within a pair of quotation marks.

Note   You can use matching pairs of single or double quotation marks. Double quotation marks can be contained within strings surrounded by single quotation marks, and single quotation marks can be contained within strings surrounded by double quotation marks.

To correct this error

See Also

String Object | toString Method