JavaScript de console plus grande

// 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;');
MonetizationDev