A function inside another function is known as
Answers
Answered by
2
Answer:
A function inside another function is known as a nested function
I HOPE THIS HELPS YOU
Answered by
0
Answer:
A function inside another function is known as Nested function.
Explanation:
Programing on the server side Programming. Some functions have been observed to be declared inside of other functions in some applications. Although it is sometimes called a "nested function," this is not the case.
- An inner function, also referred to as a nested function, is a function defined inside another function.
- When a function is created inside another function, it is said to be "nested." JavaScript makes it simple to accomplish this.
- For convenience, the nested function getFullName() is used here. The full name can be returned because it has access to the outer variables.
- A nested function is one that is defined within another function. Variables in the enclosing scope can be accessed by nested functions.
- A function that is entirely contained within a parent function is said to be nested. A nested function may be included in any function in a program file.
Similar questions