You have defined a function using the following function expression: What could the definition of the corresponding arrow function look like?
You have defined a function using the following function expression: let sum = function (a, b) { return (a + b); } What could the definition of the corresponding arrow…