Answer to Question #219818 in Java | JSP | JSF for Poly

Question #219818

Create an arrow function that receives three arguments (num1 , num2 ,

num3 ) o Calculate total and return sum, display on a console.


1
Expert's answer
2021-07-22T18:33:07-0400
const sum = (num1,num2,num3) => {
  return num1+num2+num3;
};
console.log(sum(1,2,3))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS