We define the complex exponential function: $$\begin{array}{rcl} \exp:\Bbb C &\to& \Bbb C^\times \\ z &\mapsto& \exp(z)=\displaystyle{\sum_{n=0}^\infty \frac{z^n}{n!}.} \end{array}$$
I wan't to show that this map is surjective. My idea is to show that the real exponential $\exp|_\Bbb R$ maps surjectively to $(0,\infty)$, then show that $\{\exp(ix)\,|\, x\in \Bbb R \} = \Bbb S^1$ and conclude $\exp(\Bbb C)=(0,\infty)\cdot\Bbb S^1 = \Bbb C^\times$.
This works because for any $z=a+ib \in \Bbb C$ we have $\exp(z)=\exp(a+ib)=\exp(a)\exp(ib)$. This is easy to show, using the definition and the cauchy product rule for series.
To show that $\text{Im}(\exp|_\Bbb R)=(0, \infty)$, we notice that $\exp(x)>1+x$ for $x>0$ and $\exp(0)=1$. So $\exp|_\Bbb R$ takes any value in $[1,\infty)$ by the intermediate value theorem. Since $\exp(-z)=\exp(z)^{-1}$ for any $z\in \Bbb C$, it also takes any value in $(0,1)$.
Unfortunately I don't know how to show the second part, i.e. $\{\exp(ix)\,|\, x\in \Bbb R \} = \Bbb S^1$.
Clarification: I don't have polar representation, trigonometry or any "advanced tools" yet. Just the power series definition of $\exp$ and basic analysis.