79756598

Date: 2025-09-05 09:18:34
Score: 2.5
Natty:
Report link

Object.entries(Cars).filter(([, value]) => value === 'Nano').map(([idx]) => Number(idx))
console.log => [0, 3, 5]

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anton S