f(x) = (x² − 4)/(x − 2) looks undefined at x = 2, since the denominator becomes zero there. But the numerator factors: x² − 4 = (x−2)(x+2), so f(x) = (x−2)(x+2)/(x−2) = x + 2, for every x except 2. The graph is the line y = x + 2, with a hole at the point (2, 4) — the y-value the line would have there, if the function were defined.