🚧 under construction
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
destructured parameter
parameter scope
function ⟩ function declaration ⟩ instantiation
YDKJS: Scope & Closures (v.2) ⟩ Appendix A
Destructuring assignmentarrow-up-right ⟩ Object destructuringarrow-up-right
function declaration instantiation
Last updated 3 years ago