Escape - Activity 3

This uses Escape Slash

The Dinosaur went, "RAWRRRR"

This does not use the escape slash

The Dinosaur went, RAWRRRR

So the difference in using escape slashes and not using escape slashes is that, with them we are able to use quotations to wrap around text and be displayed with it along with other special characters, otherwise it would read the internal quotes as the closing of the string and cause errors.