What happens when we create variables inside functions?

The variables behave as normal inside functionsWe can't use the variables inside the functionThe variables we create won't have any values

The variables behave as normal inside functions.