=
The assignment operator is used to assign a value to a variable.
const a = 1; const b = 2 * 3; console.log(b); // 6