Lesson 46
Function Scope
Where variables live!
scope
Variable Scope!
Variables have different visibility!
Local Variables
Only exist inside a function
Global Variables
Exist everywhere in the code
Where variables live!
Variables have different visibility!
Local Variables
Only exist inside a function
Global Variables
Exist everywhere in the code