Point
Creates a new Point object.
let p = new Point(x, y);
The new point, p, has the specified X and Y coordinates.
p