Theorem
If $f$ is a bounded measurable function, then there exists a sequence of simple functions $\{f_{n}\}$ which converge uniformly to $f$.
Proof
Define $f_{n}(x) = \frac{m}{n}$ whenever $\frac{m}{n} \leq f(x) < \frac{m+1}{n}$. We clearly have that $f_{n}(x) \rightarrow f(x)$ (if this isn’t clear, look at what value $f_{n}(x)$ is and in what range the $f(x)$ can be; $f(x)$ essentially gets “squished” between these two values, and $f_{n}(x)$ goes to this value as $n$ increases). In addition, and here is the clever part, notice that for every $x$ it is the case that
$$|f(x) - f_{n}(x)| < \frac{1}{n}$$
which gives us convergence. The fact that $f$ is bounded between, say, $[m,M]$, gives uniformity (why?). $\Box$.
I don't understand why we need $f$ bounded for uniform convergence. Isn't it already enough that $|f(x) - f_{n}(x)| < \frac{1}{n}$ was independent of the $x$ value?