🈯variable declaration

(declaration) declares a var / let / const variable.

function (declaration) vs. variable declarations

👉 hoisting

📗 JS.info ⟩ Function Declarations

there is no type associated with variable declarations

Last updated