console.log("double");
vs. console.log(\'single\');
I see more and more JavaScript libraries out there using single quotes when ha
I wish double quotes were the standard, because they make a little bit more sense, but I keep using single quotes because they dominate the scene.
Single quotes:
No preference:
Double quotes: