79612568

Date: 2025-05-08 14:08:11
Score: 2.5
Natty:
Report link

const logger = (msg) => {
  console.log("%c %s ", "background: green; color: white", msg);
};

console.log("before");
logger("middle");
console.log("after");

Output Console.log output

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tcip