filmov
tv
Variable shadowing in JavaScript.

Показать описание
Declaration of a variable within a certain scop either in decision block, method or any inner scope of a class that has a same name as a variable declared in an outer scope . Called variable shadowing or variable name masking.