ludralph / utilities-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utilities-exercise

You will see two files already created for you. Your index.js file and a file called starter.js. The starter.js file contains four javascript functions to work with arrays. Create a utilities folder with two separate files and distribute the functions through these 2 files. Import the functions into the main index and use two different methods for calling those functions. Then call the functions using arrays of your choice and log the result to the console. Make sure to run your index.js file to make certain that all of your modules work.

About


Languages

Language:JavaScript 100.0%