console colors code example
Example: color console
console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");
console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");