larger text console javascript code example
Example: larger text console javascript
// You can use the %c directive to apply a CSS style to console output
console.log("%cWhat's up?", 'font-size: 40px; color: red; background-color: black;');
// You can use the %c directive to apply a CSS style to console output
console.log("%cWhat's up?", 'font-size: 40px; color: red; background-color: black;');