🈯declaration

🚧 under construction -> function*

JSgrammar ⟩ declaration

⭐️ only the following are (9) declarations

declarations and statements are different

👉 statement vs. declaration

statement vs. declaration

👉 statement expected❗️

in a module there's no "module scope object" for these top-level declarations to be added to as property.

( 👉 compare: global var / function is global object property❗️)

Last updated