What does it mean for a variable to have a local scope?

We can't access or update it outside of the function where it was createdWe can access it from anywhere in the code

We can't access or update it outside of the function where it was created.