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