Can Chrome\'s built-in JavaScript console display colors?
I want errors in red, warnings in orange and console.log\'s in green. Is that possible?
console.log
If you want to color your terminal console, then you can use npm package chalk
npm i chalk