Closed cdaringe closed 6 years ago
The value of this might be modified when called in other situations.
this
this => self
self
All other references to this are guarded with self in all other functions.
Thanks!
ya sorry it took so long :/
problem
The value of
this
might be modified when called in other situations.soln
this
=>self
discussion
All other references to
this
are guarded withself
in all other functions.