Let $K$ be a field and $V=K^n$. The determinant function $D:V^n\rightarrow K$ is characterized by the three property:
- $D$ is linear in each row
- Switching two rows changes the sign.
- $D(e_1,\dots,e_n)=1$
From 2,
$$D(a_1,\dots, b,\dots, b\dots, a_n)=-D(a_1,\dots, b,\dots, b\dots, a_n)$$
So, $2D(a_1,\dots, b,\dots, b\dots, a_n)=0$.
I think $D(a_1,\dots, b,\dots, b\dots, a_n)=0$ but what if $\text{char}(K)=2$?
The correct general definition is the one with $D(v_1,\cdots,v_n)=0$ for all $v_1,\cdots, v_n$ such that $v_i=v_j$ for some $i\ne j$. This implies the switcheroo one: in fact, \begin{align}&D(a_1,a_2,\cdots,a_n)+D(a_2,a_1,\cdots, a_n)=\\=&D(a_1,a_2,\cdots,a_n)+D(a_1,a_1,\cdots,a_n)+D(a_2,a_2,\cdots,a_n)+D(a_2,a_1,\cdots,a_n)=\\=&D(a_1,a_2+a_1,\cdots,a_n)+D(a_2,a_2+a_1,\cdots,a_n)=D(a_1+a_2,a_1+a_2,\cdots,a_n)\end{align}
Hence $D(a_1,a_2,\cdots,a_n)=-D(a_2,a_1,\cdots, a_n)$. The other way around just doesn't work in characteristic $2$.