function name scope
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ function name scope
the name identifier of a function expression is in its own function name scope, nested between the outer enclosing scope and the inner function scope.