How would I do this using the definition of continuity for all real values of $|x|$?
I know there is a proof that you can use that a function is continuous if and only if the limit at that point is equal to $f(a))$ for example, but that would only tell me that it is continuous at $x=0$ for example.
If proving at $x=0$, I would say that for all $\epsilon$ > $0$, there exists a $\delta$ > $0$, such that when $|x|$ < $\delta$, then $| |x| | = |x| < \delta$ < $\epsilon$, when $\delta$ = $\epsilon$.
Now for all real numbers $a$: for all $\epsilon$ > $0$, there exists a $\delta$ > $0$, such that when $|x-a|$ < $\delta$, $| |x-a| | <= |x-a|$ using the reverse triangle inequality < $\delta$ < $\epsilon$, when $\delta$ = $\epsilon$.
Edit: I made this attempt, not sure how legit it is.