I'm learning to calculate limits in high school and at some point in the class we stumbled upon this exercise:
$$\lim\limits_{x\to 0} \frac{e^{2x}-1}{3x}$$
I know that I could use L'Hôpital's rule to solve it, but I'm curious if there's any other way to solve this limit, since not even my professor could think of a way.

To prove it, I use a Sandwich-type argument by usually first proving (in class) that $$\lim_{x\to 0}\frac{e^x-1}{x}=1.$$ Indeed by Bernoulli's inequality I $$e^x-1\geq (1+x)-1=x.$$ Now since $x^n\leq x^2$ for $-1\leq x\leq 1$ and $n\geq 2$ we have that \begin{align*}e^x=\lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n&=\lim_{n\to\infty}\sum_{k=0}^n{n\choose k}\frac{x^k}{n^k}\\ &=\lim_{n\to\infty}1+x+\sum_{k=2}^n{n\choose k}\frac{x^k}{n^k}\\ &\leq \lim_{n\to\infty}1+x+\sum_{k=2}^n{n\choose k}\frac{x^{\color{red}2}}{n^k}\\ &= \lim_{n\to\infty}1+x+\left(\sum_{k=2}^n{n\choose k}\frac{1}{n^k}\right)\cdot x^2\\ &= \lim_{n\to\infty}1+x+\left(\left(1+\frac{1}{n}\right)^n-2\right)\cdot x^2\\ &= 1+x+\left(e-2\right)\cdot x^2 \end{align*} and by plugging these I get the limit.
Once this is taken care of your result is a simple variable change.