In JavaScript, particular characters are characters which have a particular which means to the language. For instance, the backslash character () is used to flee different characters, and the double quote character (“) is used to delimit strings. While you wish to use a particular character as a literal character, that you must escape it. You are able to do this by previous the character with a backslash.
For instance, to make use of the backslash character as a literal character, you’ll write: . To make use of the double quote character as a literal character, you’ll write: “.