79481327

Date: 2025-03-03 15:10:01
Score: 1
Natty:
Report link

The issue is in the way you are logging strings.

just change the line console.dir(field); to console.log(`Field: ${field}`); and the line console.dir(itm[field]); to console.log(`Data: ${itm[field]}`);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jrdan Swatch