console.log("double"); vs. console.log(\'single\');
console.log("double");
console.log(\'single\');
I see more and more JavaScript libraries out there using single quotes when ha
If you're jumping back an forth between JavaScript and C#, it's best to train your fingers for the common convention which is double quotes.