const j, m , b; const sum = function(j + m+ b); console.log(sum()); const avg = function((j + m + b) / 3); console.log(avg());