79153319

Date: 2024-11-03 17:58:04
Score: 0.5
Natty:
Report link

Use ANSI escape codes, like following:

console.log('\x1b[33m%s\x1b[0m', 'COLORFUL');

\x1b[33m Sets the text color to orange

%s Represents the string you want to print

\x1b[0m Resets the text formatting to the default

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: buzz8year