Quotes are not the only characters that can be escaped inside a string. There are two reasons to use escaping characters: First is to allow you to use characters you might not otherwise be able to ...
Like any other Programming Language, We use in JavaScript some Escape Sequences to skip any specific symbol ( "" , '' , \ , / ...), to use them as a Normal string.