Hey you: "What's 9 + 10?"
You respond with: "21!"

The escape slash \ is used to escape out characters such as quotation marks "" because in PHP, when using multiple quotation marks in a string for text, the PHP language will think you are trying to end your string, leading to an error. When using the escape slash \ in a string of text with the use of multiple quotation marks or other symbols, you can see your quotation marks/symbols when echoed, leading to no print/echo errors.