What happens if a function is declared inside another function?
The inner function is accessible globally.
The outer function gets overwritten by the inner function.
The inner function is only accessible inside the outer function.
Both functions are inaccessible.
This question is part of this quiz :
Function Fundamentals