79108633

Date: 2024-10-21 05:25:31
Score: 0.5
Natty:
Report link

add let before and see if that works.

for (let i = 0; i<components.length; i++){
        console.log(i);
        if (components[i] != null){
            components[i].draw();
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Naeem Akhtar