Function Scope

In this lesson, we'll explain the behavior of functions and their scopes.

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 1200+ tech skills courses.