I wish to show uniform convergence of $f_n(x)=\sin\left(\frac{x}{n}\right)$ to $g(x)=0$ for all $x \in [-R, R]$, where $R$ is a positive real number.
To do this, we need:
$\forall \epsilon>0, \forall x\in [-R, R], \exists N\in \mathbb N$ such that $n>N$ means $|f_n(x)-g(x)| < \epsilon$.
So we are interested in estimating:
$$|\sin(x/n)|$$
The familiar problem, how do we pick $N$? For $n$ sufficiently large we see that since $x$ is bounded by $R$ and finite we know $x/n$ can be made as small as we like, at which point $\sin(x/n)$ behaves like $x/n$ which tends to $0$. How do I make this more precise?
A classical estimate is $|\sin t|\le |t|$ for all $t\in\Bbb R$. So $$|f_n(x)|=|\sin(x/n)|\le |x/n|\le R/n$$ for all $x\in[-R,R]$. So Given $\varepsilon>0$, let $N\in\Bbb N$ such that $\frac{R}{N}<\varepsilon$. So for $n\ge N$ and $x\in[-R,R]$ $$|f_n(x)|\le \frac{R}{n}<\varepsilon$$ and you're done.