We're able to update the value of a variable as often as we'd like.
Can you change the value of the user variable?
Nice! A variable always contains the last value that was assigned to it
Reassigning a variable requires the name followed by the new value we'd like it to contain.