I think the reason is that nested functions can ca...
# announcements
k
I think the reason is that nested functions can capture variables, and it needs it be defined before it it used otherwise it would capture undeclared variables.
👍 2