JS

Functions in JavaScript - Functions as value neste...

24.

What is the term used to describe a function that is defined within the body of another function and cannot be accessed outside of that function?

Arrow function

Inner function

Anonymous function

Nested function