JavaScript Arrays Lab

Easy
21
3
63.4% Acceptance

In this lab, you will work with JavaScript arrays. You have to create 4 functions that will perform operations on arrays such as creating an array, summing the elements, reversing the elements and filtering the elements based on a given function. Make sure to write your functions using ESM syntax.