I think this is right...
Write
$$A = \begin{pmatrix}a_{11} & a_{12}&\cdots&a_{1n}\\\ \vdots & \vdots&&\vdots\\\ a_{n1}& a_{n2}&\cdots& a_{nn} \end{pmatrix}$$
Let the eigenvalues of $A$ be $\lambda_1, \dots , \lambda_n$ (not necessarily distinct). Finally, denote the characteristic polynomial of $A$ by
$p(\lambda) = |\lambda I − A| = \lambda_n + c_{n−1}\lambda{n−1} + \cdots + c_1λ + c_0$.
Note that since the eigenvalues of $A$ are the roots
of $p(\lambda)$, this implies that $p(\lambda)$ can be factorised as $p(\lambda) = (\lambda − \lambda_1)\cdots(\lambda − \lambda_n)$.
Consider the constant term of $p(λ), c_0$. The constant term of $p(\lambda)$ is given by $p(0)$, which can be
calculated in two ways:
Firstly, $p(0) = (0 − λ_1)\cdots(0 − λ_n) = (−1)^nλ_1 \cdots λ_n$.
Secondly, $p(0) = |0I − A| = | − A| = (−1)^n
|A|$.
Therefore $c_0 = (−1)^nλ_1 \cdots λ_n = (−1)^n
|A|$, and so $λ_1 \cdots λ_n = |A|$.
That is, the product of the eigenvalues of $A$ is $\det(A)$.