Possible Duplicate:
What is the difference between ‘ and “ in JavaScript?
Should i use ' or " char, to define a string in javascript?
Is it just a developer's choice? I think, strings more offten contains ' char, so i prefer using of "(with inner " translated to \").
What do you think?