Javascript, Call a nested function from outside the function or call it from inside another function
Is it possible to call a function that is nested inside a function from either outside of the original function or from inside another function?
Is it possible to call a function that is nested inside a function from either outside of the original function or from inside another function?