
Quotes
Question: How do I display a quote through scripts? For example, I want to print the quotes in a line but JavaScript reads the quotes as part of the coding. What do I do? Answer: To print a single quote you don’t have to do anything special. Like this: document.write(“‘”);