79228551

Date: 2024-11-26 23:28:43
Score: 1.5
Natty:
Report link

Change your for loop to a foreach loop

Object.keys(this.data).forEach(key => {
   return this.data[key]; // or whatever
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jdelima