Answers for "how to change console error color in browser console"

23

how to color console.log

console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');
Posted by: Guest on April-09-2020
2

add color to console

console.log('%cTest message', 'color: #008000; font-weight:bold;');
Posted by: Guest on November-05-2021

Code answers related to "how to change console error color in browser console"

Code answers related to "Javascript"

Browse Popular Code Answers by Language