I can use the symbol @ while using \ character in C# like..
string str = @"\\190.168.0.100\New\XYZ";
Is there any corresponding character present in JavaScript ?
I can use the symbol @ while using \ character in C# like..
string str = @"\\190.168.0.100\New\XYZ";
Is there any corresponding character present in JavaScript ?