How does the anonymous function have access to the 'self' variable? It's declared in an (other anonymous) function so doesn't that mean it's local and can only be accessed in that?
↧
How does the anonymous function have access to the 'self' variable? It's declared in an (other anonymous) function so doesn't that mean it's local and can only be accessed in that?