79701593

Date: 2025-07-15 05:32:35
Score: 2.5
Natty:
Report link

var Point = (function (1

2

function Point(x, y) •

345

67

this.x = (typeof

this. y = (typeof

!== 'undefined') ? x:

I== 'undefined' ) ? y

8

Point. prototype.clone = function () ‹ return new Point(this.x, this.y);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gvrhartsaga J.