Create an arrow function that receives three arguments (num1 , num2 ,
num3 ) o Calculate total and return sum, display on a console.
const sum = (num1,num2,num3) => { return num1+num2+num3; }; console.log(sum(1,2,3))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment