One of the ways to define $e^{x}$ is by its power series $$ \left(\ast\right)\quad e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}=\frac{x^0}{0!}+\frac{x^1}{1!}+\frac{x^2}{2!}+\ldots $$ The radius of convergence of this power series is infinite so this implies to every $x\in\mathbb{R}$.
Now as $0!=1$ (by definition i guess) we get that $$ 1=e^0=\sum_{n=0}^\infty\frac{0^n}{n!}=\frac{0^0}{0!}+\frac{0^1}{1!}+\frac{0^2}{2!}+\ldots=\frac{0^0}{1}=0^0 $$ and something definitely doesn't feel quite right when plugging that $0$ into this series.
In many places $e^x$ is written in a more specific form as $$ e^x=\sum_{n=0}^\infty\frac{x^n}{n!}=1+x+\frac{x^2}{2!}+\ldots $$ and by that it seems like it overcomes the problem.
But if we always start by first pulling the $1$ out and only then plugging the $x$ in why wouldn't $e^{x}$ be defined as $$ e^x=1+\sum_{k=1}^\infty\frac{x^n}{n!} $$ instead of as $\left(\ast\right)$? Is the term $\frac{0^0}{0!}$ in the sum just a notation for $1$?