how to print messsage in red color in console.log code example
Example 1: js console log with color
console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');
Example 2: console.log with color font
console.log("%cThis Is Line One ", "font-size:30px");o