🔸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.
types of parameters
❗deplicate parameters ( not allowed in strict mode❗️)
other topics
🔰function declaration instantiation - how parameters are stored.
function declaration instantiation - how parameters are stored.
Last updated
Was this helpful?