Answers for "how to print text in red color in javascript"

17

print colored text javascript

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

Code answers related to "how to print text in red color in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language