You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution uses `count`in the local variable, but addition methods are written right into the`counter`. They share the same outer lexical environment and also can access the current `count`.
2
+
Soluția folosește `count`în variabila locală, dar metodele de adăugare sunt scrise direct în`counter`. Acestea împart același mediu lexical extern și pot accesa de asemenea `count` curent.
0 commit comments