DEV Community

Discussion on: Stop using default console.log, check this instead

Collapse
 
robrecord profile image
Rob Record

Great, thank you for this!

In your first example I think it is supposed to read
console.log('Hello ' + a);

Collapse
 
guilhermetoti profile image
Guilherme Toti

Thank you!
Yes! You're right! That was my mistake! Just fixed it, thanks!!!