Random number generation lab

Easy
4
70.0% Acceptance

In this lab, you will learn how to create a function that generates a random number between a specified range, including the min and max values. You will be required to use JavaScript's Math.random() function and apply a range formula. The lab also guides you on exporting functions using ESM syntax, and how to handle input values outside the recommended range. Make sure to test the code thoroughly to avoid any errors.