'\'
Uncaught SyntaxError: Invalid or unexpected token
So how am I to ask if a backslash is equal to a backslash?
if(string[5]=='\'){}
or
string.indexOf('\')
'\'
Uncaught SyntaxError: Invalid or unexpected token
So how am I to ask if a backslash is equal to a backslash?
if(string[5]=='\'){}
or
string.indexOf('\')