79418611

Date: 2025-02-06 16:16:13
Score: 0.5
Natty:
Report link
final_array = final_array.map { college in
    College(id: college.id, colData: college.colData.map { student in
        Student(name: student.name.uppercased(), age: student.age)
    })
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Frankie Baron