I am learning Nodejs from scratch and I would like to make it a habit of using either single quote or double quote in Node.js. I read few answers elsewhere in Stackoverflow which said that it's purely dependent on the coding style used by the team.
So, which one should I use? Or rather, which one does the expert programmers use? in Apis and elsewhere.