mut = make it changeable (mutable).
let mut a = 3;
passing mut variable
✅ &mut = “Here, you can change this.” ❌ No &mut = “You can only look, not touch