I started learning Python and was told I should not concatenate the strings with ,
but use the .format()
method. And in JavaScript is it correct to use +
or ,
to concatenate strings or is there a more recommended and most used way?