🔰top-level scope

JSconceptsscope ⟩ top-level

global variables don't get created by declaring variables in the top-level scope of a module (module scope).

Last updated

Was this helpful?