Ha, after programming in JavaScript for many many years, I just realized that you can type
console.log(variable1, variable2, variable3)
for all that time I had done something like console.log(variable1 + " " + variable2)
oops !
Guess it is never to late to learn new tricks.