What happens when we try to access a local scope variable outside of the function that created it?

We get an errorNothing happens, we can access it

We get an error.