🚧 施工中
JS ⟩ value ⟩ function ⟩ function name
(an identifier) the name of a function.
the function name of a function declaration is in its enclosing function scope / module scope / global scope.
a function doesn't have an (outer) block scope❗ 👉 function in block (FiB)
topics about function name
function name scope
anonymous function
tools
functionName()
Function.prototype.namearrow-up-right
SyntaxError: function statement requires a namearrow-up-right
Last updated 3 years ago