js console log with color

138

javascript colorized console.log -

console.log(
  'Nothing here %cHi Cat %cHey Bear', // Console Message
  'color: blue',
  'color: red', // CSS Style
);

Comments

Submit
0 Comments