🔸function name
🚧 施工中
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)
Last updated