Interesting little pickle:
I was using JSbin to practice converting single quotes to double quotes. The readout in the JSbin console kept inexplicably giving me "\"
. Then when I tried running the same code in the chrome console, the switch worked fine. (Yes, I am aware that it converted the '
in "I'm"--that is not the question at hand though.)
Any idea why jsbin might have given me those backslashes in the console output?