I was reading an article where they reference the below code and say "There is not a single closure per function declaration. There is a closure for each call to a function." Can anyone interpret that?
Also, in the below code, when we call closure1(5), how does the newClosure constructor know...