Read an outer variable from a nested function

A nested function can read variables from its parent function. Inside inner, return the message variable that was declared in outer.
JavaScript
Console