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