🔰function name scope
JS⟩ scope ⟩ 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.
Last updated
JS⟩ scope ⟩ 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.
Last updated