JavaScript Arrays Lab

Easy
15
2
63.7% 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.