Function Scope
In this lesson, we'll explain the behavior of functions and their scopes.
We'll cover the following
Inside the Function Body
In Reason, data created inside the body of a function will not exist outside it. Only the value we return is accessible. For example, this code will produce an error:
Get hands-on with 1400+ tech skills courses.