JS โฉ scope โฉ global โฉ variable โฉ let
a let variable declared in the global scope.
global let
is NOT exposed as global object property โ
shadows global object property โ ( ๐ more ... )
global let shadows global object propertyโ
Last updated 3 years ago