🚧 under construction
Last updated 2 years ago
Was this helpful?
JS ⟩ object ⟩ function ⟩ parameter ⟩ simple vs. non-simple parameter
⚖️ simple vs. non-simple parameter
simple:a "pure" parameter with only its name.
non-simple:
default parameter
rest parameters
parameter scope
function ⟩ function declaration ⟩ instantiation
YDKJS: Scope & Closures (v.2) ⟩ Appendix A
Destructuring assignment ⟩ Object destructuring
function declaration instantiation