
Handling Single and Double Quotes
Question: I am trying to put lines of text into an array: messageArray = new Array();messageArray[0] = ‘Information deduced from the document’s content.’ I’m running into problems with the single quotes (‘) because it thinks that the text is over and that there is an extra ‘. What can I