We use the = sign to assign values to variables. Whenever a variable gets its initial value, we're said to initialize it.

Nice! We can initialize a variable any time after we've declared it but we can also declare and initialize it in a single step.

Didn't we initialize mySpeed in line 1?