The exterior algebra can be defined by a universal property that any alternating, $k$-multilinear map $V^k \to W$ factors through a linear map from $\wedge^k V \to W$. But that doesn't really tell you what it is.
Start with a vector space $V$, and install a skew-commutative multiplication $\wedge$ that distributes over addition. So $\wedge^2V$ is generated by expressions of the form $v\wedge w$, with relations like $w\wedge v = -v \wedge w$, $(u+v)\wedge w = u \wedge w + v\wedge w$, and $(\alpha v)\wedge w = \alpha (v \wedge w) = v\wedge(\alpha w)$.
This is still a vector space. What is its dimension? If $v_1, \dots, v_n$ is a basis for $V$, then $\left\{v_i \wedge v_j \mid i,j=1,\dots,n\right\}$ span $\wedge^2 V$. But this is too many vectors to form a basis. Notice $v_1 \wedge v_1 = 0$ by the skew-commutativity, and $v_1 \wedge v_2 = -v_2 \wedge v_1$. So the number of linearly independent $v_i \wedge v_j$ is $(n^2 - n)/2$, one for each distinct pair of $i$ and $j$. And,
$$
\frac{n^2-n}{2} = \frac{n(n-1)}{2} = \binom{n}{2}
$$
In general, $\wedge^k V$ is generated by expressions of the form $v_1 \wedge v_2 \wedge \dots \wedge v_k$, where each $v_i$ is in $V$. The skew-commutativity relations are
\begin{align*}
v_1 \wedge \dots \wedge v_{i-1} \wedge v_j \wedge v_{i+1} \wedge\dots v_{j-1} \wedge v_i \wedge v_{j+1} \wedge \dots \wedge v_n
&= - v_1 \wedge v_2 \wedge \dots \wedge v_n
\end{align*}
for any $i$ and $j$. (Basically, swapping any pair of vectors in the wedge product costs a minus sign.) If $v_1,\dots v_n$ are a basis, then $\wedge^k V$ has as a basis the expression $v_{i_1} \wedge v_{i_2} \wedge \dots \wedge v_{i_k}$, where $1 \leq i_1 < i_2 < \dots < i_k \leq n$ form an increasing $k$-tuple from $\{1,2,\dots,n\}$. Thus
$$
\dim \wedge^k V = \binom{\dim V}{k}
$$
In the case that $n=3$ and $k=2$, we see that $\wedge^2 \mathbb{R}^3$ has a basis $e_1 \wedge e_2$, $e_2 \wedge e_3$, and $e_3 \wedge e_1$. So $\wedge^2 \mathbb{R}^3$ is isomorphic to $\mathbb{R}^3$. The isomorphism $e_1 \wedge e_2 \mapsto e_3$, $e_2 \wedge e_3 \mapsto e_1$, $e_3 \wedge e_1 \mapsto e_2$ is known as the Hodge star, and carries the wedge product to the cross product. This isomorphism, as well as the fact that the curl of a vector field in $\mathbb{R}^3$ is a vector field, is a coincidence due to the fact that $\binom{3}{2} = 3$.