javascript distance between (0, 0) and (x, y) code example Example: javascript distance between two points Math.hypot(x2-x1, y2-y1)