📜statement
JavaScript code consists of declarations and statements.
⭐️ declarations and statements are different❗
statement vs. declaration
👉 var is a statement❗️ (not a declaration)
let / const is declaration.
simple statements
other statements
import / export
MDN ⟩ JavaScript ⟩ Statements and declarations ⟩
Last updated
Was this helpful?