79299052

Date: 2024-12-21 07:56:11
Score: 0.5
Natty:
Report link
constructor({ id = 0, name =  '', lastName = '', eyeColor = '', age = 0 } = {}) {
    this.id = id;
    this.name = name;
    this.lastName = lastName;
    this.eyeColor = eyeColor;
    this.age = age;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ProJin