iandobrien
Programmer
if you have a sentence that you are trying to print to your screen using javascript, how can you make sure the sentence prints out even if it contains an aposthrophe??For instance someone might enter a sentence and we're not sure whether that sentence will contain any apostrophes but what we want is to make sure the sentence prints out as it was written in (even if it contains apostrophes!)thanks,