Write a class called Point that represents a point in two-dimensional. It should have the following constructor:
Point
constructor(x, y)
It should have the following properties:
x y
It should have the following methods:
toString()
[x=1, y=2]