$f(x) = \begin{cases} 1 & -1 \le x \le 1 \\ 10 & x \gt 1 \\ 10 & x \lt -1 \end{cases}$
g(x) = $\sin\frac 1x$
What happens at this limit? $\lim_{x\to 0}{{(f \circ g}})$
Do I have a discontinuity point? If I divide to the $0^+$ and $0^-$ I get sin(infinity). Does it even matter if the function is bounded?