That said, what's initialization?

It's setting a variable's initial valueIt's setting a variable's nameIt's another word for declarationIt's setting a variable's initial type

Great! When we set an initial value for a variable, we're said to initialize it. We can initialize a variable when we declare it but they're different processes.

Not quite! When we set an initial value for a variable, we're said to initialize it. We can initialize a variable when we declare it but they're different processes.