This is a question for my personal knowledge.
Why does Javascript use " " for Strings (var myString = "test"), but for example when I try to call a function that has a string as a parameter I have to use ' ' ?
What is the difference between them ?