It's really important that we initialize a variable before we attempt to use it.
Yass! Because we haven't initialized currentSpeed, we can only use targetSpeed.
currentSpeed
targetSpeed
Are you sure that we can use currentSpeed without having initialized it?