Closed InteXX closed 1 year ago
The variable scope is never declared; it should instead be named child2, as child2SubScope will be a nested scope under the child2 scope.
scope
child2
child2SubScope
Looks great! Thanks!
...and thank you as well.
The variable
scope
is never declared; it should instead be namedchild2
, aschild2SubScope
will be a nested scope under thechild2
scope.