Scope
Scope defines where a variable can be seen and used in a program. A variable created inside a function (local scope) usually cannot be accessed from outside it.
Scope defines where a variable can be seen and used in a program. A variable created inside a function (local scope) usually cannot be accessed from outside it.