Function Expressions in JavaScript

Easy
2
1
71.4% Acceptance

In this lab, you will be working with Function Expressions in JavaScript. Your task is to create a named function expression for adding two numbers and export it as a default export. Make sure to define proper parameters for the function and return the correct result.