I prefer to use var carter2 = '';
because:
- It's not verbosive
- Double quotes might clash with attributes double-quotes inside strings.
So I prefer to use single quotes in java-script, double quotes for html attributes.
UPD: this is my preference, I know that single-double quotes are interchangeable.