Answers for "console.log node color"

23

js console log with color

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

javascript console.log colors

console.log('\x1b[33m%s\x1b[0m', 'hi!')
Posted by: Guest on April-26-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language