This may be an odd question, and I'm not sure if these type of questions are at all appreciated in the maths community. But given the definition of the functional limit:
Let $f: A \to \mathbb{R}$, and let $c$ be a limit point of the domain $A$. We say that $\lim_{x \to c} f(x)=L$ provided that, for all $\epsilon > 0$, there exists a $\delta > 0$ such that whenever $0<|x-c|< \delta$ (and $x \in A$) it follows that $|f(x)-L|< \epsilon$.
why does $c$ have to be a limit point? I understand that the above is just a definition, and we can define anything we want to. But, after having gone through an entire chapter of functional limits and continuity, I have not yet figured out what would go wrong if $c$ was not a limit point.
One important property of limits, is that if a limit exists, then its value is unique.
Specifically, there should be at most one number $L$ such that $\forall \epsilon > 0, \exists \delta > 0, \forall x \in A, 0 < |x-c| < \delta \implies |f(x)-L| < \epsilon$.
Now, lets suppose $c$ is not a limit point of $A$. Then, there exists some radius $r$ such that the interval $(c-r,c+r)$ contains no points in $A$ other than $c$ itself.
Then, for any function $f$, pick your favorite number $L$. Let $\epsilon > 0$ be arbitrary and choose $\delta = r$. Then, since there are no points $x \in A$ such that $0 < |x-c| < \delta = r$, the statement $\forall x \in A, 0 < |x-c| < \delta \implies |f(x)-L| < \epsilon$ is "vacuously true".
Therefore, $\displaystyle\lim_{x \to c}f(x) = L$ holds for any number $L$ that you picked, i.e. $\displaystyle\lim_{x \to c}f(x)$ can be any number.
This is why we insist on $c$ being a limit point of $A$.