var myStr = 'This string has "double quotes" in it. And "probably" lots of them';
The value in using one or the other has to do with the need to escape quotes of the same type. Unless they are escaped, you cannot have more than one pair of whichever quote type begins a string.?? //what does it mean??
//Error i got:- Remove all the backslashes () You should have two single quotes ' and four double quotes " Only remove the backslashes \ used to escape quotes.
can anyone tell what should i do to make it correct?