When i type /\\/ (slash, backslash, backslash, slash) into any javascript console in any browser, it just returns /\\/. I assume, this is an object, but what is it there for? Thank you for answers.
It is a literal for a RegExp that matches a backslash.
RegExp