Possible Duplicate:
Difference between single quotes and double quotes in Javascript
I read some codes, it looks like a lot of people like to use single quote for string. I am coming from c#/Java world, usually we use double quote for string.
Any benefit for using single quote, I know single/double are equivalent in JS. But is there any pro and con to use single/double quote?