🌱 Arguments vs Paramaters

Source

Parameters are the spaces left to hold arguments

Arguments are the values passed to a parameter

function doStuff(param1, param2) {
}

doStuff(arg1, arg2)
Made by Brandon . If you find this project useful you can donate.