Parameters are the spaces left to hold arguments
Arguments are the values passed to a parameter
function doStuff(param1, param2) { } doStuff(arg1, arg2)