Shadowing is the process by which a local variable shares the same name as a variable in its containing scope. <!--more--> In the examples below, the variable x inside of c() is shadowing the variable x in the global scope. This can cause confusion while reading the code and make …
Occurrences
There are 3 occurrences of this issue in the repository.
Description
Shadowing is the process by which a local variable shares the same name as a variable in its containing scope. <!--more--> In the examples below, the variable
x
inside ofc()
is shadowing the variablex
in the global scope. This can cause confusion while reading the code and make …Occurrences
There are 3 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/CIDARLAB/3DuF/issue/JS-0123/occurrences/