79826430

Date: 2025-11-21 11:09:03
Score: 0.5
Natty:
Report link

Clean and simple:

The trick is using \r at the end

const arr = [0, 1, 2, 3]

for(let i = 0; i < arr.length; i++) {
  process.stdout.write(`Index: ${i}\r`);
}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Kuza Grave