rogov-dvp / git-exercise-cosc499

COSC 499: Git Individual Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

COSC 499: Git Individual Exercise


Languages

Language:JavaScript 100.0%