🔰module scope
🚧 施工中
Last updated
Was this helpful?
🚧 施工中
Last updated
Was this helpful?
Was this helpful?
JS ⟩ concepts ⟩ scope ⟩ module
in a module there's no "module-wide scope object" for these top-level declarations to be added to as property.
( 👉 compare: global var / function is global object property❗️)
s don't get created by in the of a module (module scope).