Math Object Lab

Easy
2
66.7% Acceptance

In this lab, you will create a math module with basic arithmetic functions (addition, subtraction, multiplication, division) using the ESM module syntax. These functions should take two numbers as arguments and return the respective mathematical results. Make sure to export the functions so they can be used in other modules.