/git-exercise-cosc499

COSC 499: Git Individual Exercise

Primary LanguageJavaScript

git-exercise-cosc499

COSC 499: Git Individual Exercise

Summary:

This repo is a demo for showing how to use git.

The code:

The code includes two features: feature1 and feature2

feature1:

This is a function which takes in an array of integers and return the sum of them.

feature2:

This is a function which takes in an array of strings, sorts them in ascending alaphabetic order, then return the concatenation of all the words

Test:

Jest was used for testing.

By: Alex Rogov - Sept 16, 2021