“konsol warna” Kode Jawaban

Log konsol JS dengan warna

console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');
If-dev

console.log dengan font warna

 console.log("%cThis is a %cConsole.log", "background:black ; color: white", "color: red; font-size:25px");
godwin_kvg

konsol warna

const str = 'text';

console.log ( '%c%s', 'color: green; font: 1.2rem/1 Tahoma;', str );
Tough Tortoise

console.log dengan font warna

var colors = require('colors');

console.log('This is rainbow'.rainbow);
console.log('This is zebra'.zebra);
console.log('This is america'.america);
console.log('This is trap'.trap);
console.log('This is random'.random);
console.log('This is random2'.random);
console.log('This is random3'.random);
godwin_kvg

konsol warna

console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");
Cherry berry

Jawaban yang mirip dengan “konsol warna”

Pertanyaan yang mirip dengan “konsol warna”

Lebih banyak jawaban terkait untuk “konsol warna” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya