JS-Functions-Part1 Instructions Fork and clone this repository to your Development folder. git clone git@github.com:<your_username>/TASK-TS-Functions-Part1.git Running The Tests Install all the requirements: Navigate to the project root (you'll find a file called package.json there). Install the requirments with the following command: npm install Run the tests npm test This command will run the testing file and test your code to make sure it has all the required features. You know you're done when your code passes all the tests! Go to the Actions tab and make sure to enable the github actions!