🔸parameter
named variable passed into function, used to import arguments.
JS ⟩ object ⟩ function ⟩ parameter
⭐ in JS, arguments are passed by value❗️
⭐ function declaration instantiation - how parameters are stored.
Last updated
named variable passed into function, used to import arguments.
JS ⟩ object ⟩ function ⟩ parameter
⭐ in JS, arguments are passed by value❗️
⭐ function declaration instantiation - how parameters are stored.
Last updated